Merge pull request #304 from kramerc/graphics-switching

Fix Atom Shell from always using the discrete GPU
This commit is contained in:
Cheng Zhao 2014-05-14 10:32:33 +08:00
commit b2c25a3efd
2 changed files with 4 additions and 0 deletions

View file

@ -10,5 +10,7 @@
<string>Atom Framework</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>

View file

@ -10,5 +10,7 @@
<string>APPL</string>
<key>LSUIElement</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>