- fix obfuscation target for OSX
This commit is contained in:
parent
5bf16c8629
commit
e923f9e0d9
@ -24,17 +24,6 @@
|
||||
</condition>
|
||||
</target>
|
||||
|
||||
<target name="-create-library-property" depends="-create-mac-library-property">
|
||||
<target name="-create-library-property">
|
||||
<property name="proguard.library.path" value="${platform.home}/jre/lib/rt.jar"/>
|
||||
</target>
|
||||
|
||||
<target name="-create-mac-library-property" depends="-test-mac" if="is.macos">
|
||||
<property name="proguard.library.path" value="/System/Library/Frameworks/JavaVM.framework/Classes/classes.jar"/>
|
||||
</target>
|
||||
|
||||
<target name="-test-mac">
|
||||
<condition property="is.macos">
|
||||
<os family="mac"/>
|
||||
</condition>
|
||||
</target>
|
||||
|
||||
</target>
|
||||
Loading…
x
Reference in New Issue
Block a user