Explorar o código

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 8851fa78084b1ed4f4a3f5a028d7ab3f72213db1)
Rémi Verschelde %!s(int64=4) %!d(string=hai) anos
pai
achega
5a26bcda12

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