OSX: Clarify min version requirement (10.12) in Info.plist

The min requirement was upped by #45618 to have proper support for C++14.

Related to #48222.

(cherry picked from commit 8851fa7808)
This commit is contained in:
Rémi Verschelde 2021-04-27 09:50:48 +02:00
parent d8607d8045
commit 5a26bcda12
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 4 additions and 4 deletions

View file

@ -37,11 +37,11 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<string>10.12</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.9</string>
<string>10.12</string>
</dict>
<key>NSHighResolutionCapable</key>
$highres

View file

@ -39,11 +39,11 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<string>10.12</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.9</string>
<string>10.12</string>
</dict>
<key>NSHighResolutionCapable</key>
<true/>