Skip to content

Commit 45b61ef

Browse files
author
Federico Fissore
committed
MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX can switch back to the integrated GPU and save battery. Fixes #3210
1 parent cc4af81 commit 45b61ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@
293293
mainclassname="processing.app.Base"
294294
copyright="Arduino LLC"
295295
minimumsystemversion="10.7"
296-
highresolutioncapable="true">
296+
highresolutioncapable="true"
297+
supportsautomaticgraphicsswitching="true">
297298

298299
<runtime dir="${MACOSX_BUNDLED_JVM}"/>
299300

0 commit comments

Comments
 (0)