Browse Source

Merge pull request #27264 from ViktorEvil/master

Enable macOS Mojave "Dark Mode" on the editor title bar
Rémi Verschelde 6 years ago
parent
commit
f64336f1a7
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>