mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-14 10:55:34 +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
4e8466ccbe
commit
6a59770b35
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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
|
<string>False</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>mkxp-z</string>
|
<string>mkxp-z</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
|
Loading…
Add table
Reference in a new issue