summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist')
-rw-r--r--[-rwxr-xr-x]StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist60
1 files changed, 29 insertions, 31 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
index a8e57f0b..d0ef8472 100755..100644
--- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
+++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
@@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
@@ -56,44 +61,30 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>0.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>stoneisland</string>
- </array>
- </dict>
- </array>
<key>CFBundleVersion</key>
<string>0.6.1</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>youtube</string>
- </array>
+ <key>CFBundleShortVersionString</key>
+ <string>0.6.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSLocationWhenInUseUsageDescription</key>
+ <key>NSMainNibFile</key>
<string/>
<key>NSMainNibFile~ipad</key>
<string/>
- <key>UIBackgroundModes</key>
+ <key>UISupportedInterfaceOrientations</key>
<array>
- <string>remote-notification</string>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
- <key>UIInterfaceOrientation</key>
+ <key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
+ <key>UIRequiresFullScreen</key>
+ <true/>
<key>UILaunchImages</key>
<array>
<dict>
@@ -197,17 +188,24 @@
<string>{768, 1024}</string>
</dict>
</array>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UISupportedInterfaceOrientations</key>
+ <key>UIInterfaceOrientation</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
- <key>UISupportedInterfaceOrientations~ipad</key>
+ <key>CFBundleURLTypes</key>
<array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <dict>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>stoneisland</string>
+ </array>
+ </dict>
+ </array>
+ <key>NSLocationWhenInUseUsageDescription</key>
+ <string/>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>remote-notification</string>
</array>
</dict>
</plist> \ No newline at end of file