Skip to content

Commit

Permalink
MacOSX: Set properly the version in the bundle and the installation p…
Browse files Browse the repository at this point in the history
…ackage. Allow downgrading using older installers.
  • Loading branch information
idrassi committed Apr 6, 2015
1 parent 4a80407 commit 8e4a68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Build/Resources/MacOSX/Info.plist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<string>TRUE</string>

<key>CFBundleVersion</key>
<string>0</string>
<string>1.6.3</string>

<key>CFBundleShortVersionString</key>
<string>_VERSION_</string>
Expand All @@ -36,7 +36,7 @@
<string>VeraCrypt _VERSION_</string>

<key>LSRequiresCarbon</key>
<true/>
<false/>

<key>CSResourcesFileMapped</key>
<true/>
Expand Down
4 changes: 3 additions & 1 deletion src/Setup/MacOSX/veracrypt.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<integer>0</integer>
</dict>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<true/>
<key>CHILDREN</key>
<array/>
<key>GID</key>
Expand Down Expand Up @@ -493,7 +495,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>1.0e</string>
<string>1.6.3</string>
</dict>
<key>UUID</key>
<string>B14381D9-EC5F-43E4-B971-82AB3D132A64</string>
Expand Down

0 comments on commit 8e4a68a

Please sign in to comment.