summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2018-09-26 13:57:51 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-28 07:34:50 -0700
commit43c9178bf706ed5f75dd027b0ffe67d8ca1fe4ce (patch)
treee7199795483a12a03e00384fec1ddab1ec6432b7 /packaging/macosx
parent40766db459b219ef6a9b861593ac6e7b71519ec6 (diff)
downloadsubsurface-43c9178bf706ed5f75dd027b0ffe67d8ca1fe4ce.tar.gz
Mac: Turn on automatic GPU switching
We are not OpenGL heavy so this saves battery life. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/Info.plist.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index f07c15fd2..9d2e6d43f 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -18,5 +18,6 @@
<string>6.0</string>
<key>CFBundleVersion</key>
<string>@SHORT_VERSION@</string>
+ <key>NSSupportsAutomaticGraphicsSwitching</key><true/>
</dict>
</plist>