From 1c9fcdbc6903659f68d1365dc5059d7bb0fd9b96 Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Tue, 1 Dec 2015 19:15:10 +0100 Subject: IOS: Updates Info.plist --- dists/iphone/Info.plist | 33 +++++++++++++++++++-------------- 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 @@ en CFBundleExecutable ScummVM + CFBundleIcons + + CFBundleIcons~ipad + CFBundleIdentifier - org.scummvm.scummvm + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -20,26 +24,27 @@ ???? CFBundleVersion 1.8.0git - CFBundleIconFile - icon.png - CFBundleIconFiles - - icon.png - icon-72.png - icon4.png - + UIApplicationExitsOnSuspend + + UIFileSharingEnabled + UIPrerenderedIcon - UIDeviceFamily - - 1 - 2 - + UIRequiresFullScreen + + UIStatusBarHidden + UISupportedInterfaceOrientations + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait 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 @@ en CFBundleExecutable ScummVM + CFBundleIcons + + CFBundleIcons~ipad + CFBundleIdentifier - org.scummvm.scummvm + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -20,26 +24,27 @@ ???? CFBundleVersion @VERSION@ - CFBundleIconFile - icon.png - CFBundleIconFiles - - icon.png - icon-72.png - icon4.png - + UIApplicationExitsOnSuspend + + UIFileSharingEnabled + UIPrerenderedIcon - UIDeviceFamily - - 1 - 2 - + UIRequiresFullScreen + + UIStatusBarHidden + UISupportedInterfaceOrientations + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait -- cgit v1.2.3