From f0af25dd74e275d9773533fd6a6bac556edf4c8c Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 10 Oct 2017 12:57:23 +0200 Subject: [PATCH] Use proper, bare Info.plist for frameworks --- assets/AppleTV/Info.plist | 12 +++--------- assets/iPhone/Info.plist | 38 ++++---------------------------------- 2 files changed, 7 insertions(+), 43 deletions(-) diff --git a/assets/AppleTV/Info.plist b/assets/AppleTV/Info.plist index 37b9ac4..897ebbb 100644 --- a/assets/AppleTV/Info.plist +++ b/assets/AppleTV/Info.plist @@ -13,18 +13,12 @@ CFBundleName openssl CFBundlePackageType - APPL + FMWK CFBundleShortVersionString 1.0 - CFBundleSignature - ???? CFBundleVersion 1 - LSRequiresIPhoneOS - - UIRequiredDeviceCapabilities - - arm64 - + MinimumOSVersion + 9.0 diff --git a/assets/iPhone/Info.plist b/assets/iPhone/Info.plist index 5379f12..246ce20 100644 --- a/assets/iPhone/Info.plist +++ b/assets/iPhone/Info.plist @@ -4,14 +4,8 @@ CFBundleDevelopmentRegion en - CFBundleDisplayName - openssl CFBundleExecutable openssl - CFBundleIcons - - CFBundleIcons~ipad - CFBundleIdentifier org.openssl.OpenSSL CFBundleInfoDictionaryVersion @@ -19,36 +13,12 @@ CFBundleName openssl CFBundlePackageType - APPL + FMWK CFBundleShortVersionString - 3.1 - CFBundleSignature - ???? + 1.0 CFBundleVersion 1 - LSRequiresIPhoneOS - - UIApplicationExitsOnSuspend - - UIRequiredDeviceCapabilities - - armv7 - - UIStatusBarStyle - UIStatusBarStyleDefault - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - + MinimumOSVersion + 8.0