working on ios.
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
(defproject advent "0.0.1-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.3.0"]
|
||||
[com.badlogicgames.gdx/gdx-backend-robovm "1.3.0"]
|
||||
[com.badlogicgames.gdx/gdx-box2d "1.3.0"]
|
||||
[com.badlogicgames.gdx/gdx-bullet "1.3.0"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.5.3"]
|
||||
[com.badlogicgames.gdx/gdx-backend-robovm "1.5.3"]
|
||||
[com.badlogicgames.gdx/gdx-box2d "1.5.3"]
|
||||
[com.badlogicgames.gdx/gdx-bullet "1.5.3"]
|
||||
[org.clojure/data.priority-map "0.0.5"]
|
||||
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
|
||||
[org.clojure/clojure "1.6.0"]
|
||||
[play-clj "0.3.9"]]
|
||||
[play-clj "0.4.5-BRYCE"]]
|
||||
:source-paths ["src/clojure" "../desktop/src-common"]
|
||||
:java-source-paths ["src/java"]
|
||||
:plugins [[lein-fruit "0.2.3"]]
|
||||
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
||||
:ios {:robovm-opts ["-forcelinkclasses" "advent.**:clojure.**:com.badlogic.**:play_clj.**"
|
||||
"-libs" "libs/libObjectAL.a:libs/libgdx.a:libs/libgdx-box2d.a:libs/libgdx-bullet.a"
|
||||
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
|
||||
"-resources" "../desktop/resources/**"]}
|
||||
"-resources" "../desktop/resources/**"]
|
||||
:robovm-path "/Users/brycecovert/dev/robovm/robovm-1.4.0"}
|
||||
:aot :all
|
||||
:main advent.core.IOSLauncher)
|
||||
|
||||
Reference in New Issue
Block a user