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:
Struma 2020-11-12 23:45:03 -05:00 committed by zzoro
parent 48cbeb55ab
commit d23f69c387

View file

@ -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>