Skip to content
Snippets Groups Projects
Commit dddd6610 authored by Martin Finkel's avatar Martin Finkel
Browse files

iOS: add missing MinimumOSVersion key to plist

#216
parent fda97a69
No related branches found
No related tags found
1 merge request!95iOS: add missing MinimumOSVersion key to plist
......@@ -30,7 +30,7 @@ cat <<EOF | plutil -convert binary1 -o - -- -
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleName</key>
<string>${DISPLAY_NAME}</string>
<string>${DISPLAY_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleName</key>
......@@ -43,6 +43,8 @@ cat <<EOF | plutil -convert binary1 -o - -- -
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
</dict>
</plist>
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment