Skip to content

Commit

Permalink
Set macOS min version to 12.0 Monterey (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinra-electric authored Nov 27, 2023
1 parent 5047c4d commit 09409a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ if (MACOS_BUNDLE)
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 2023 Cemu Project")

set(MACOSX_BUNDLE_CATEGORY "public.app-category.games")
set(MACOSX_MINIMUM_SYSTEM_VERSION "12.0")

set_target_properties(CemuBin PROPERTIES
MACOSX_BUNDLE true
Expand Down
8 changes: 5 additions & 3 deletions src/resource/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>LSApplicationCategoryType</key>
<string>${MACOSX_BUNDLE_CATEGORY}</string>
<key>LSApplicationCategoryType</key>
<string>${MACOSX_BUNDLE_CATEGORY}</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_MINIMUM_SYSTEM_VERSION}</string>
</dict>
</plist>
</plist>

0 comments on commit 09409a5

Please sign in to comment.