fix iOS bundle version... not sure where that got lost

This commit is contained in:
Michael Zanetti 2018-09-13 21:42:34 +02:00
parent 2b5af4f2f8
commit 430c10efa1

View File

@ -19,7 +19,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>${QMAKE_PKGINFO_TYPEINFO}</string> <string>${QMAKE_PKGINFO_TYPEINFO}</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2</string> <string>$$APP_REVISION</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>