progress on getting ios version working well.

This commit is contained in:
Bryce Covert
2017-02-19 18:31:11 -08:00
parent 00a90e2313
commit 9c7946384e
7 changed files with 103 additions and 41 deletions

View File

@@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>83</string>
<string>93</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>LSRequiresIPhoneOS</key>

View File

@@ -7,18 +7,18 @@
[org.clojars.notid/tools.logging "0.3.2-SNAPSHOT"]
[log4j/log4j "1.2.16"]
[org.clojure/clojure "1.8.0"]
[com.mobidevelop.robovm/robovm-cocoatouch "2.2.0"]
[com.mobidevelop.robovm/robovm-objc "2.2.0"]
[com.mobidevelop.robovm/robovm-rt "2.2.0"]
[com.mobidevelop.robovm/robovm-compiler "2.2.0"]
[com.mobidevelop.robovm/robovm-dist-compiler "2.2.0"]
[com.mobidevelop.robovm/robovm-cocoatouch "2.3.0"]
[com.mobidevelop.robovm/robovm-objc "2.3.0"]
[com.mobidevelop.robovm/robovm-rt "2.3.0"]
[com.mobidevelop.robovm/robovm-compiler "2.3.0"]
[com.mobidevelop.robovm/robovm-dist-compiler "2.3.0"]
[play-clj "0.4.6-BRYCE"]]
:source-paths ["src/clojure" "../desktop/src-common"]
:java-source-paths ["src/java"]
:plugins [[lein-fruit "0.2.4-SNAPSHOT"]]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:ios {:robovm-opts ["-config" "robovm.xml"]
:robovm-path "/Users/brycecovert/.robovm-sdks/robovm-2.2.1-SNAPSHOT/"
:robovm-path "/Users/brycecovert/.robovm-sdks/robovm-2.2.1-SNAPSHOT"
:version 2.1}
:aot :all
:main advent.core.IOSLauncher)

View File

@@ -1,6 +1,6 @@
<config>
<executableName>tickstales</executableName>
<mainClass>${app.mainclass}</mainClass>
<mainClass>advent.core.IOSLauncher</mainClass>
<os>ios</os>
<arch>arm64</arch>
<target>ios</target>