2019-09-26 07:39:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>openssl</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>org.openssl.OpenSSL</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>openssl</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>FMWK</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-05-09 15:24:48 +00:00
|
|
|
<string>$(OPENSSL_VERSION)</string>
|
2019-09-26 07:39:59 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
|
|
|
<key>MinimumOSVersion</key>
|
2020-05-09 14:45:50 +00:00
|
|
|
<string>$(MIN_SDK_VERSION)</string>
|
2019-09-26 07:39:59 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|