From 0f03ad379c38fcbf29317c295efd6cbb238f20a3 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Fri, 25 Jan 2019 22:25:07 +1100 Subject: New export options iOS --- misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'misc/dist/ios_xcode/godot_ios') diff --git a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist index 6907ae4a9d..1c68c72385 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -13,7 +13,7 @@ CFBundleIcons~ipad CFBundleIdentifier - $identifier + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -30,26 +30,25 @@ UIRequiredDeviceCapabilities - armv7 - gamekit + $required_device_capabilities + NSCameraUsageDescription + $camera_usage_description + NSMicrophoneUsageDescription + $microphone_usage_description + NSPhotoLibraryUsageDescription + $photolibrary_usage_description UIRequiresFullScreen UIStatusBarHidden UISupportedInterfaceOrientations - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown + $interface_orientations UISupportedInterfaceOrientations~ipad - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown + $interface_orientations $additional_plist_content -- cgit v1.2.3