diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/iphone/Info.plist | 33 | ||||
-rw-r--r-- | dists/iphone/Info.plist.in | 33 |
2 files changed, 38 insertions, 28 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index d630801504..a4118e9b7d 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -6,8 +6,12 @@ <string>en</string> <key>CFBundleExecutable</key> <string>ScummVM</string> + <key>CFBundleIcons</key> + <dict/> + <key>CFBundleIcons~ipad</key> + <dict/> <key>CFBundleIdentifier</key> - <string>org.scummvm.scummvm</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> @@ -20,26 +24,27 @@ <string>????</string> <key>CFBundleVersion</key> <string>1.8.0git</string> - <key>CFBundleIconFile</key> - <string>icon.png</string> - <key>CFBundleIconFiles</key> - <array> - <string>icon.png</string> - <string>icon-72.png</string> - <string>icon4.png</string> - </array> + <key>UIApplicationExitsOnSuspend</key> + <true/> + <key>UIFileSharingEnabled</key> + <true/> <key>UIPrerenderedIcon</key> <true/> - <key>UIDeviceFamily</key> - <array> - <integer>1</integer> - <integer>2</integer> - </array> + <key>UIRequiresFullScreen</key> + <true/> + <key>UIStatusBarHidden</key> + <true/> <key>UISupportedInterfaceOrientations</key> <array> + <string>UIInterfaceOrientationLandscapeLeft</string> + <string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationPortrait</string> + </array> + <key>UISupportedInterfaceOrientations~ipad</key> + <array> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationPortrait</string> </array> </dict> </plist> diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in index 2bcdd15a03..a645bb689f 100644 --- a/dists/iphone/Info.plist.in +++ b/dists/iphone/Info.plist.in @@ -6,8 +6,12 @@ <string>en</string> <key>CFBundleExecutable</key> <string>ScummVM</string> + <key>CFBundleIcons</key> + <dict/> + <key>CFBundleIcons~ipad</key> + <dict/> <key>CFBundleIdentifier</key> - <string>org.scummvm.scummvm</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> @@ -20,26 +24,27 @@ <string>????</string> <key>CFBundleVersion</key> <string>@VERSION@</string> - <key>CFBundleIconFile</key> - <string>icon.png</string> - <key>CFBundleIconFiles</key> - <array> - <string>icon.png</string> - <string>icon-72.png</string> - <string>icon4.png</string> - </array> + <key>UIApplicationExitsOnSuspend</key> + <true/> + <key>UIFileSharingEnabled</key> + <true/> <key>UIPrerenderedIcon</key> <true/> - <key>UIDeviceFamily</key> - <array> - <integer>1</integer> - <integer>2</integer> - </array> + <key>UIRequiresFullScreen</key> + <true/> + <key>UIStatusBarHidden</key> + <true/> <key>UISupportedInterfaceOrientations</key> <array> + <string>UIInterfaceOrientationLandscapeLeft</string> + <string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationPortrait</string> + </array> + <key>UISupportedInterfaceOrientations~ipad</key> + <array> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationPortrait</string> </array> </dict> </plist> |