From 00387302fe514b47bc11b94c215bf78ff26d2a22 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 14 Oct 2016 17:51:56 -0700 Subject: [PATCH] progress for ios! --- ios/Info.plist.xml | 2 +- ios/project.clj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Info.plist.xml b/ios/Info.plist.xml index 473b57e2..1675c2f0 100644 --- a/ios/Info.plist.xml +++ b/ios/Info.plist.xml @@ -9,7 +9,7 @@ CFBundleExecutable tickstales CFBundleIdentifier - com.brycecovertoperations.tickstales + com.digitalbouncehouse.tickstales CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/ios/project.clj b/ios/project.clj index d62bfbeb..ff67fe1e 100644 --- a/ios/project.clj +++ b/ios/project.clj @@ -4,7 +4,7 @@ [com.badlogicgames.gdx/gdx-backend-robovm "1.9.3"] [org.clojure/data.priority-map "0.0.5"] [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"] [org.clojure/clojure "1.8.0"] [com.mobidevelop.robovm/robovm-cocoatouch "2.1.0"] @@ -17,12 +17,12 @@ :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 ["-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" "-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation" "-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} :aot :all :main advent.core.IOSLauncher)