Set version number like major.minor.patch.build on macOS
Qt is supposed to work with these kinds of version numbers but it doesn't seem to actually work for some reason http://doc.qt.io/qt-5/qmake-variable-reference.html#version. You should eventually be able to revert this commit (and remove the VERSION line) once there are version numbers set that are just major.minor.patch.
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>${QMAKE_FULL_VERSION}</string>
|
||||
<string></string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${QMAKE_FULL_VERSION}</string>
|
||||
<string></string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user