2
0
Эх сурвалжийг харах

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.
Rémi Verschelde 4 жил өмнө
parent
commit
8851fa7808

+ 2 - 2
misc/dist/osx_template.app/Contents/Info.plist

@@ -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

+ 2 - 2
misc/dist/osx_tools.app/Contents/Info.plist

@@ -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/>