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/> <array/>
<key>UTImportedTypeDeclarations</key> <key>UTImportedTypeDeclarations</key>
<array/> <array/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict> </dict>
</plist> </plist>