From 8995ec760698117856f4a37a60907abe30276a0b Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Fri, 5 Oct 2018 23:26:51 +0300 Subject: [PATCH] Delete Launcher.pro --- Launcher/proguard/Launcher.pro | 53 ---------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 Launcher/proguard/Launcher.pro diff --git a/Launcher/proguard/Launcher.pro b/Launcher/proguard/Launcher.pro deleted file mode 100644 index bea61089..00000000 --- a/Launcher/proguard/Launcher.pro +++ /dev/null @@ -1,53 +0,0 @@ --libraryjars '/lib/rt.jar' --libraryjars '/lib/jce.jar' --libraryjars '/lib/ext/jfxrt.jar' --libraryjars '/lib/ext/nashorn.jar' - --printmapping '../build/mapping.pro' --keepattributes SourceFile,LineNumberTable --renamesourcefileattribute Source - --dontnote --dontwarn --dontshrink --dontoptimize --ignorewarnings --target 8 --forceprocessing - --obfuscationdictionary 'dictionary.pro' --classobfuscationdictionary 'dictionary.pro' --overloadaggressively --repackageclasses 'launcher' --keep class ru.zaxar163.* --keepattributes SourceFile,LineNumberTable,*Annotation* --renamesourcefileattribute SourceFile --adaptresourcefilecontents META-INF/MANIFEST.MF - --keeppackagenames com.eclipsesource.json.**,com.com.mojang.** - --keep class com.eclipsesource.json.**,com.com.mojang.** { - ; - ; -} - --keepclassmembers @LauncherAPI class ** { - ; - ; -} - --keepclassmembers class ** { - @LauncherAPI - ; - @LauncherAPI - ; -} - --keepclassmembers public class ** { - public static void main(java.lang.String[]); -} - --keepclassmembers enum ** { - public static **[] values(); - public static ** valueOf(java.lang.String); -} \ No newline at end of file