diff options
author | rowanbeentje <rowan@beent.je> | 2013-03-10 00:37:12 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-03-10 00:37:12 +0000 |
commit | 31c38fda6e9d6e5b3fbce07e151ff5bbfdcd79fe (patch) | |
tree | 707705a62c8d25183e23da6496a41c5def37d91f /Resources/Plists | |
parent | 3763c77541ec384f07ca3440f6301e2413001c22 (diff) | |
download | sequelpro-31c38fda6e9d6e5b3fbce07e151ff5bbfdcd79fe.tar.gz sequelpro-31c38fda6e9d6e5b3fbce07e151ff5bbfdcd79fe.tar.bz2 sequelpro-31c38fda6e9d6e5b3fbce07e151ff5bbfdcd79fe.zip |
- Set Sequel Pro to always run on Integrated Graphics on machines with both integrated and discrete, improving power consumption if nothing else is triggering the discrete GPU. This addresses Issue #1609.
Diffstat (limited to 'Resources/Plists')
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 29c5f159..9b10e2fd 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -191,6 +191,8 @@ <key>x86_64</key> <string>10.6.0</string> </dict> + <key>NSSupportsAutomaticGraphicsSwitching</key> + <true/> <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> |