Browse Source

Merge pull request #48227 from akien-mga/3.x-macos-min-req-10.12

OSX: Clarify min version requirement (10.12) in Info.plist
Rémi Verschelde 4 years ago
parent
commit
1ba636ee4a

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

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

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

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