1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

MacOSX: Set properly the version in the bundle and the installation package. Allow downgrading using older installers.

This commit is contained in:
Mounir IDRASSI
2015-04-06 19:43:38 +02:00
parent 4a8040735b
commit 8e4a68af3b
2 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<string>TRUE</string> <string>TRUE</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0</string> <string>1.6.3</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>_VERSION_</string> <string>_VERSION_</string>
@@ -36,7 +36,7 @@
<string>VeraCrypt _VERSION_</string> <string>VeraCrypt _VERSION_</string>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
<true/> <false/>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>

View File

@@ -33,6 +33,8 @@
<integer>0</integer> <integer>0</integer>
</dict> </dict>
<dict> <dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<true/>
<key>CHILDREN</key> <key>CHILDREN</key>
<array/> <array/>
<key>GID</key> <key>GID</key>
@@ -493,7 +495,7 @@
<key>OVERWRITE_PERMISSIONS</key> <key>OVERWRITE_PERMISSIONS</key>
<false/> <false/>
<key>VERSION</key> <key>VERSION</key>
<string>1.0e</string> <string>1.6.3</string>
</dict> </dict>
<key>UUID</key> <key>UUID</key>
<string>B14381D9-EC5F-43E4-B971-82AB3D132A64</string> <string>B14381D9-EC5F-43E4-B971-82AB3D132A64</string>