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--StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist64
1 files changed, 32 insertions, 32 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
index 578dfe3e..0929c35f 100644
--- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
+++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
@@ -21,58 +21,58 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0.6</string>
+ <string>1.0.8</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>1.0.6</string>
+ <string>1.0.8</string>
+ <key>GCM_SENDER_ID</key>
+ <string>85075801930</string>
+ <key>IS_GCM_ENABLED</key>
+ <true/>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSLocationWhenInUseUsageDescription</key>
+ <string>Stone Island needs to serve content based on your location.</string>
<key>NSMainNibFile</key>
<string/>
<key>NSMainNibFile~ipad</key>
<string/>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
+ <key>UIBackgroundModes</key>
<array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>remote-notification</string>
</array>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
<key>UIInterfaceOrientation</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UILaunchStoryboardName</key>
<string>CDVLaunchScreen</string>
- <key>CFBundleURLTypes</key>
+ <key>UIRequiresFullScreen</key>
+ <true/>
+ <key>UISupportedInterfaceOrientations</key>
<array>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>stoneisland</string>
- </array>
- </dict>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>Stone Island needs to serve content based on your location.</string>
- <key>UIBackgroundModes</key>
+ <key>UISupportedInterfaceOrientations~ipad</key>
<array>
- <string>remote-notification</string>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
- <key>GCM_SENDER_ID</key>
- <string>85075801930</string>
- <key>IS_GCM_ENABLED</key>
- <true/>
</dict>
</plist> \ No newline at end of file