From 45b61ef02bd139180a745b642385789a8cd69ce2 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 22 May 2015 17:43:14 +0200 Subject: [PATCH] MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX can switch back to the integrated GPU and save battery. Fixes #3210 --- build/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index ec8889221..6ae435631 100644 --- a/build/build.xml +++ b/build/build.xml @@ -293,7 +293,8 @@ mainclassname="processing.app.Base" copyright="Arduino LLC" minimumsystemversion="10.7" - highresolutioncapable="true"> + highresolutioncapable="true" + supportsautomaticgraphicsswitching="true">