summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2024-01-24 23:39:51 -0500
committerJoseph Donofry <joedonofry@gmail.com>2024-01-24 23:39:51 -0500
commit36041e525a765e99152c70ca103a945c75c5df19 (patch)
tree58583fa42fdf1ef2f5ec56e12bf6bdf559c59e45 /cmake
parentAdd Matrix URL handling support to MacOS (diff)
downloadnheko-36041e525a765e99152c70ca103a945c75c5df19.tar.xz
Make sure to use our info plist template
Diffstat (limited to 'cmake')
-rw-r--r--cmake/MacOSXBundleInfo.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 60a78b99..d05f1b25 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -45,5 +45,7 @@
             </array>
         </dict>
     </array>
+    <key>NSSupportsAutomaticGraphicsSwitching</key>
+    <true/>
 </dict>
 </plist>