From 056579fc68ff34d8c63519d355c4d7f7a2c97777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 22 May 2019 08:39:27 -0400 Subject: [PATCH] Adjust plist content --- src/Calculator.iOS/Info.plist | 100 +++++++++++++++++----------------- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/src/Calculator.iOS/Info.plist b/src/Calculator.iOS/Info.plist index 6cbe40fa..b82f4612 100644 --- a/src/Calculator.iOS/Info.plist +++ b/src/Calculator.iOS/Info.plist @@ -1,53 +1,55 @@ - - CFBundleDisplayName - Uno Calculator - CFBundleIdentifier - uno.platform.calculator - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1.0 - LSRequiresIPhoneOS - - MinimumOSVersion - 10.0 - UIDeviceFamily - - 1 - 2 - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIAppFonts - - Fonts/winjs-symbols.ttf - Fonts/CalcMDL2.ttf - - UIRequiresFullScreen - - XSAppIconAssets - Media.xcassets/AppIcons.appiconset - XSLaunchImageAssets - Media.xcassets/LaunchImages.launchimage - + + CFBundleDisplayName + Uno Calculator + CFBundleIdentifier + uno.platform.calculator + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + MinimumOSVersion + 10.0 + UIDeviceFamily + + 1 + 2 + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + NSPhotoLibraryUsageDescription + Photo Library Access Warning + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIAppFonts + + Fonts/winjs-symbols.ttf + Fonts/CalcMDL2.ttf + + UIRequiresFullScreen + + XSAppIconAssets + Media.xcassets/AppIcons.appiconset + XSLaunchImageAssets + Media.xcassets/LaunchImages.launchimage +