Added CFBundleVersion and CFBundleShortVersionString to Info.plist

Also updated values for the comming v3.5 release.
Fixes #2938
This commit is contained in:
Ale Martinez
2019-12-11 12:34:54 -03:00
parent 96b36aef0d
commit bc6ca7fee1

View File

@@ -9,7 +9,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>4.0.0 (developer)</string>
<string>3.5.0</string>
<key>CFBundleShortVersionString</key>
<string>3.5.0</string>
<key>CFBundleVersion</key>
<string>3.5.0</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
@@ -18,7 +22,5 @@
<string>@BUNDLEIDENTIFIER@</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NOTE</key>
<string>4.0.0 pre-release</string>
</dict>
</plist>