Skip to content

Commit

Permalink
OSX: Clarify min version requirement (10.12) in Info.plist
Browse files Browse the repository at this point in the history
The min requirement was upped by godotengine#45618 to have proper support for C++14.

Related to godotengine#48222.
  • Loading branch information
akien-mga committed Apr 27, 2021
1 parent a6651de commit 8851fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions misc/dist/osx_template.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions misc/dist/osx_tools.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down

0 comments on commit 8851fa7

Please sign in to comment.