Skip to content

Instantly share code, notes, and snippets.

0000O000000o
000O00000Oo
000O00000o0
000O00000o
000O00000oO
000O00000oo
000O0000O0o
000O0000OOo
000O0000Oo0
000O0000Oo
{"sig":"4b06c5528d3e274a39050e270ec61daebab01d55572d6f6991cd02d2c7931c3e9040e8e4814c2754dd2416ad6163b7f67549f12bd271b5619c7d78c5c8aefd621","msghash":"45097095535e1d25474ef4335ca264c856b11b773075839ae238600deb581f2c"}
0486fda90d549890eb309c918428b7e7d4340d752c83c2555bf9c216febbbd0c14f2dbfd7ff80a1f7d62d978d2fc4ecea4ee035be238681df03a1923c105beb1fa
package: com.dimelo.sdk
include: [/Users/user/projects/git/robovm/compiler/cocoatouch/src/main/bro-gen/foundation.yaml, /Users/user/projects/git/robovm/compiler/cocoatouch/src/main/bro-gen/uikit.yaml]
library: Dimelo
framework: Dimelo
clang_args: ['-x', 'objective-c']
header_root:
headers:
- Dimelo.h
typedefs: {}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!-- Generated by RHY @will_awoke -->
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>
@badboy-tian
badboy-tian / proguard.cfg
Created March 4, 2016 03:48 — forked from twyatt/proguard.cfg
An Android ProGuard configuration that works with libGDX.
-optimizationpasses 5
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable