diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2024-01-24 23:39:51 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2024-01-24 23:39:51 -0500 |
commit | 36041e525a765e99152c70ca103a945c75c5df19 (patch) | |
tree | 58583fa42fdf1ef2f5ec56e12bf6bdf559c59e45 /cmake | |
parent | Add Matrix URL handling support to MacOS (diff) | |
download | nheko-36041e525a765e99152c70ca103a945c75c5df19.tar.xz |
Make sure to use our info plist template
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/MacOSXBundleInfo.plist.in | 2 |
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> |