diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist')
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist | 62 |
1 files changed, 25 insertions, 37 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index 1b156765..93f3b919 100644 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -3,17 +3,13 @@ <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> - <string>English</string> + <string>en_US</string> <key>CFBundleDisplayName</key> <string>Stone Island</string> <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIcons</key> - <dict/> - <key>CFBundleIcons~ipad</key> - <dict/> + <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> - <string>us.okfoc.stoneisland</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> @@ -21,45 +17,17 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.3.4</string> + <string>1.3.6</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.3.4</string> - <key>GCM_SENDER_ID</key> - <string>85075801930</string> - <key>IS_GCM_ENABLED</key> - <true/> + <string>1.3.6</string> <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>UIBackgroundModes</key> - <array> - <string>remote-notification</string> - </array> - <key>UIInterfaceOrientation</key> - <array> - <string>UIInterfaceOrientationPortrait</string> - </array> <key>UILaunchStoryboardName</key> <string>CDVLaunchScreen</string> <key>UIRequiresFullScreen</key> @@ -74,6 +42,26 @@ <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> </array> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> + </dict> + <key>UIInterfaceOrientation</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + </array> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLSchemes</key> + <array> + <string>stoneisland</string> + </array> + </dict> + </array> + <key>NSLocationWhenInUseUsageDescription</key> + <string>Stone Island needs to serve content based on your location.</string> <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> <string>Stone Island needs to serve content based on your location.</string> <key>NSLocationAlwaysUsageDescription</key> |
