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 + + +