progress for ios!
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>tickstales</string>
|
<string>tickstales</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.brycecovertoperations.tickstales</string>
|
<string>com.digitalbouncehouse.tickstales</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
[com.badlogicgames.gdx/gdx-backend-robovm "1.9.3"]
|
[com.badlogicgames.gdx/gdx-backend-robovm "1.9.3"]
|
||||||
[org.clojure/data.priority-map "0.0.5"]
|
[org.clojure/data.priority-map "0.0.5"]
|
||||||
[org.clojure/core.async "0.2.385"]
|
[org.clojure/core.async "0.2.385"]
|
||||||
[org.clojure/tools.logging "0.3.1"]
|
[org.clojars.notid/tools.logging "0.3.2-SNAPSHOT"]
|
||||||
[log4j/log4j "1.2.16"]
|
[log4j/log4j "1.2.16"]
|
||||||
[org.clojure/clojure "1.8.0"]
|
[org.clojure/clojure "1.8.0"]
|
||||||
[com.mobidevelop.robovm/robovm-cocoatouch "2.1.0"]
|
[com.mobidevelop.robovm/robovm-cocoatouch "2.1.0"]
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
:java-source-paths ["src/java"]
|
:java-source-paths ["src/java"]
|
||||||
:plugins [[lein-fruit "0.2.4-SNAPSHOT"]]
|
:plugins [[lein-fruit "0.2.4-SNAPSHOT"]]
|
||||||
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
||||||
:ios {:robovm-opts ["-forcelinkclasses" "advent.**:clojure.**:com.badlogic.**:play_clj.**"
|
:ios {:robovm-opts ["-forcelinkclasses" "advent.**:clojure.**:com.badlogic.**:play_clj.**:org.apache.log4j.**:java.util.logging.**"
|
||||||
"-libs" "libs/libObjectAL.a:libs/libgdx.a"
|
"-libs" "libs/libObjectAL.a:libs/libgdx.a"
|
||||||
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
|
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
|
||||||
"-resources" "../desktop/resources/**"
|
"-resources" "../desktop/resources/**"
|
||||||
]
|
]
|
||||||
:robovm-path "/Users/brycecovert/Downloads/robovm-robovm-2.1.0"
|
:robovm-path "/Users/brycecovert/Downloads/robovm-2.1.0/"
|
||||||
:version 2.1}
|
:version 2.1}
|
||||||
:aot :all
|
:aot :all
|
||||||
:main advent.core.IOSLauncher)
|
:main advent.core.IOSLauncher)
|
||||||
|
|||||||
Reference in New Issue
Block a user