MacOSX: update info.plist file to set priority at run-time to 64-bit version and to set minimum OSX version to 10.7.

This commit is contained in:
Mounir IDRASSI 2019-01-17 00:32:37 +01:00
parent 4155e912ee
commit 9eb36ba91f
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@
<key>CFBundleLongVersionString</key>
<string>VeraCrypt _VERSION_</string>
<key>LSArchitecturePriority</key>
<array>
<string>x86_64</string>
<string>i386</string>
</array>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<key>LSRequiresCarbon</key>
<false/>