MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX can switch back to the integrated GPU and save battery. Fixes #3210

This commit is contained in:
Federico Fissore 2015-05-22 17:43:14 +02:00
parent cc4af81ac5
commit 45b61ef02b
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,8 @@
mainclassname="processing.app.Base"
copyright="Arduino LLC"
minimumsystemversion="10.7"
highresolutioncapable="true">
highresolutioncapable="true"
supportsautomaticgraphicsswitching="true">
<runtime dir="${MACOSX_BUNDLED_JVM}"/>