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>