mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-23 08:05:19 +02:00
Always use system theme on macOS
While this already works perfectly fine if built using recent versions of Xcode, old versions *always* use light theme. This setting allows dark mode to work even when built with old Xcode versions (for compatibility purposes and whatnot)
This commit is contained in:
parent
48cbeb55ab
commit
d23f69c387
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<string>False</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>mkxp-z</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue