Skip to content

Instantly share code, notes, and snippets.

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