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
No known key found for this signature in database
GPG Key ID: C2FF2438CD26E3B7
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/>