Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2018-07-25 10:34:23 +0300
committerMarkus Doits <markus.doits@stellenticket.de>2018-07-25 10:35:53 +0300
commit2335688b6841afbb776d42bc70f08fbf85c342cc (patch)
tree324cd4acef19ddd2b8e3d5f7ea483cff99b395f8 /cmake
parent69b6f5a01932ff81f58cbaf0b385af31fe28ae8d (diff)
allow to switch to the integrated gpu on MacOS
without that key, the client automatically runs on the dedicated gpu (if present). now it allows the system to use the integrated one. closes #501
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 3f36cb562..5b8f3388a 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -28,6 +28,8 @@
<string>@MIRALL_VERSION_STRING@</string>
<key>NSHumanReadableCopyright</key>
<string>(C) 2014-2018 @APPLICATION_VENDOR@</string>
+ <key>NSSupportsAutomaticGraphicsSwitching</key>
+ <true/>
<key>SUShowReleaseNotes</key>
<false/>
<key>SUPublicDSAKeyFile</key>