mirror of https://github.com/godotengine/godot
Merge pull request #27264 from ViktorEvil/master
Enable macOS Mojave "Dark Mode" on the editor title bar
This commit is contained in:
commit
f64336f1a7
|
|
@ -24,6 +24,8 @@
|
||||||
<string>godot</string>
|
<string>godot</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.2</string>
|
<string>3.2</string>
|
||||||
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
|
<false />
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>© 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors</string>
|
<string>© 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue