Browse Source

Enable Mojave "dark mode" on the editor title bar

Enables "dark mode" in the editor and project selector title bars in macOS Mojave when selected in macOS System Preferences
Allan Davis 6 years ago
parent
commit
bba5716899
1 changed files with 2 additions and 0 deletions
  1. 2 0
      misc/dist/osx_tools.app/Contents/Info.plist

+ 2 - 0
misc/dist/osx_tools.app/Contents/Info.plist

@@ -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 &amp; Godot Engine contributors</string>
 	<string>© 2007-2019 Juan Linietsky, Ariel Manzur &amp; Godot Engine contributors</string>
 	<key>LSMinimumSystemVersion</key>
 	<key>LSMinimumSystemVersion</key>