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:
zzoro 2020-11-12 23:45:03 -05:00
parent 4e8466ccbe
commit 6a59770b35

View file

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