diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt
index 1cda205d..559133f4 100644
--- a/desktop/gametodos.txt
+++ b/desktop/gametodos.txt
@@ -1,6 +1,10 @@
MOBILE
-godfather is "visible" with
mint position hard to click
+adjust hotspots
+ego shouldn't ever be the interaction
+you can see the bottom of the thing
+move entrance to antique
+inventory selected item needs to be rendered on top
diff --git a/desktop/src-common/advent/utils.clj b/desktop/src-common/advent/utils.clj
index d4aefe3c..907483d8 100644
--- a/desktop/src-common/advent/utils.clj
+++ b/desktop/src-common/advent/utils.clj
@@ -30,7 +30,7 @@
entity)
-(def ui-scale (Double/parseDouble (str (or (System/getProperty "ui_scale") 1.0))))
+(def ui-scale (Double/parseDouble (str (or (System/getProperty "ui_scale") 1.5))))
(def mobile? (= 1.5 ui-scale))
(def max-zoom (if mobile? 0.5 0.75))
(def min-zoom 0.95)
diff --git a/ios/Info.plist.xml b/ios/Info.plist.xml
index 1675c2f0..05c8aebc 100644
--- a/ios/Info.plist.xml
+++ b/ios/Info.plist.xml
@@ -17,11 +17,13 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- ${app.version}
+ 2.0.4
CFBundleSignature
????
CFBundleVersion
1
+ MinimumOSVersion
+ 8.0
LSRequiresIPhoneOS
UIDeviceFamily
@@ -29,9 +31,17 @@
1
2
+ UILaunchImageSize
+ {320,568}
+ UILauunchImages
+
+ Default-568h
+
+ UIRequiresFullScreen
+
UIRequiredDeviceCapabilities
- armv7
+ arm64
UISupportedInterfaceOrientations
@@ -52,8 +62,11 @@
CFBundleIconFiles
+ iTunesArtwork
Icon
- Icon-72
+ Icon-60
+ Icon-76
+ Icon-83.5
diff --git a/ios/project.clj b/ios/project.clj
index 3e1da6fa..5e1e5f05 100644
--- a/ios/project.clj
+++ b/ios/project.clj
@@ -1,4 +1,4 @@
-(defproject advent "-1.0.1-SNAPSHOT"
+(defproject advent "advent-2.0.4"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "1.9.4"]
[com.badlogicgames.gdx/gdx-backend-robovm "1.9.4"]
diff --git a/ios/robovm.xml b/ios/robovm.xml
index cfe38b5c..71ef1e30 100644
--- a/ios/robovm.xml
+++ b/ios/robovm.xml
@@ -6,6 +6,13 @@
ios
Info.plist.xml
+
+ resources
+
+ **
+
+ true
+
../desktop/resources