From 688565ad026d2606a86e9216ca3da132a19a8977 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 1 Oct 2017 23:39:00 +0200 Subject: [PATCH] Hardcode fw Info.plist as vars spoil codesign --- assets/AppleTV/Info.plist | 31 +++++++++++++++++++++- assets/iPhone/Info.plist | 55 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 84 insertions(+), 2 deletions(-) mode change 120000 => 100644 assets/AppleTV/Info.plist mode change 120000 => 100644 assets/iPhone/Info.plist diff --git a/assets/AppleTV/Info.plist b/assets/AppleTV/Info.plist deleted file mode 120000 index 776c8e5..0000000 --- a/assets/AppleTV/Info.plist +++ /dev/null @@ -1 +0,0 @@ -../../OpenSSL-for-tvOS/Info.plist \ No newline at end of file diff --git a/assets/AppleTV/Info.plist b/assets/AppleTV/Info.plist new file mode 100644 index 0000000..37b9ac4 --- /dev/null +++ b/assets/AppleTV/Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + openssl + CFBundleIdentifier + org.openssl.OpenSSL + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + openssl + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + arm64 + + + diff --git a/assets/iPhone/Info.plist b/assets/iPhone/Info.plist deleted file mode 120000 index f3fb677..0000000 --- a/assets/iPhone/Info.plist +++ /dev/null @@ -1 +0,0 @@ -../../OpenSSL-for-iOS/Info.plist \ No newline at end of file diff --git a/assets/iPhone/Info.plist b/assets/iPhone/Info.plist new file mode 100644 index 0000000..5379f12 --- /dev/null +++ b/assets/iPhone/Info.plist @@ -0,0 +1,54 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + openssl + CFBundleExecutable + openssl + CFBundleIcons + + CFBundleIcons~ipad + + CFBundleIdentifier + org.openssl.OpenSSL + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + openssl + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.1 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIApplicationExitsOnSuspend + + UIRequiredDeviceCapabilities + + armv7 + + UIStatusBarStyle + UIStatusBarStyleDefault + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + +