mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 12:31:43 +00:00
Change minimum OS to macOS 12 in Info.plist (#5925)
This should prevent the app from opening on macOS 11 and lower, informing the user that their OS is unsupported.
This commit is contained in:
parent
e6e5838916
commit
6bce46621c
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>11.0</string>
|
||||
<string>12.0</string>
|
||||
<key>UTExportedTypeDeclarations</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
Loading…
Reference in a new issue