mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Set macOS min version to 12.0 Monterey (#1025)
This commit is contained in:
parent
5047c4d083
commit
09409a5108
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue