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 | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index 0af71059..3926a624 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> @@ -68,6 +73,8 @@ <string/> <key>NSMainNibFile~ipad</key> <string/> + <key>UIRequiresFullScreen</key> + <true/> <key>UILaunchImages</key> <array> <dict> @@ -171,17 +178,6 @@ <string>{768, 1024}</string> </dict> </array> - <key>NSAppTransportSecurity</key> - <dict> - <key>NSAllowsArbitraryLoads</key> - <true/> - </dict> - <key>NSLocationWhenInUseUsageDescription</key> - <string/> - <key>UIBackgroundModes</key> - <array> - <string>remote-notification</string> - </array> <key>CFBundleURLTypes</key> <array> <dict> @@ -191,5 +187,11 @@ </array> </dict> </array> + <key>NSLocationWhenInUseUsageDescription</key> + <string/> + <key>UIBackgroundModes</key> + <array> + <string>remote-notification</string> + </array> </dict> </plist>
\ No newline at end of file |
