Added NSSupportsAutomaticGraphicsSwitching key to Info.plist

This change stops Flycut from switching to the discrete GPU on 2011
MacBook Pros and later - this helps extend battery life since Flycut is
intended to be running in the background most (if not all) of the time.
This commit is contained in:
Sherief Farouk 2012-05-06 19:38:51 -04:00
parent eab2b408a0
commit 13116f23cc

View file

@ -42,5 +42,7 @@
<array/>
<key>UTImportedTypeDeclarations</key>
<array/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>