This commit is contained in:
Bryce Covert
2017-01-19 09:17:17 -08:00
parent 9369a2ea9c
commit c33950eed8
5 changed files with 30 additions and 6 deletions

View File

@@ -17,11 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${app.version}</string>
<string>2.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIDeviceFamily</key>
@@ -29,9 +31,17 @@
<integer>1</integer>
<integer>2</integer>
</array>
<key>UILaunchImageSize</key>
<string>{320,568}</string>
<key>UILauunchImages</key>
<array>
<string>Default-568h</string>
</array>
<key>UIRequiresFullScreen</key>
<true />
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>arm64</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
@@ -52,8 +62,11 @@
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>iTunesArtwork</string>
<string>Icon</string>
<string>Icon-72</string>
<string>Icon-60</string>
<string>Icon-76</string>
<string>Icon-83.5</string>
</array>
</dict>
</dict>

View File

@@ -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"]

View File

@@ -6,6 +6,13 @@
<target>ios</target>
<iosInfoPList>Info.plist.xml</iosInfoPList>
<resources>
<resource>
<directory>resources</directory>
<includes>
<include>**</include>
</includes>
<skipPngCrush>true</skipPngCrush>
</resource>
<resource>
<directory>../desktop/resources</directory>
<includes>