1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

MacOSX: use same version define in Info.plist files. Indicate 12.0 as minimum supported macOS version

This commit is contained in:
Mounir IDRASSI
2024-06-23 12:52:35 +02:00
parent 875a1da0fb
commit 5ca2eee624
2 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
<string>TRUE</string> <string>TRUE</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.26.10</string> <string>_VERSION_</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>_VERSION_</string> <string>_VERSION_</string>

View File

@@ -74,7 +74,7 @@
<string>TRUE</string> <string>TRUE</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.26.10</string> <string>_VERSION_</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>_VERSION_</string> <string>_VERSION_</string>
@@ -83,7 +83,7 @@
<string>VeraCrypt _VERSION_</string> <string>VeraCrypt _VERSION_</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.9.0</string> <string>12.0.0</string>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
<false/> <false/>