build
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user