Add missing graphics switching attribute.

Atom Shell was causing the GPU to be switched to the discrete card as
this attribute was missing from Info.plist files in common/ and
renderer/
This commit is contained in:
Kramer Campbell 2014-05-13 09:33:54 -07:00
parent 0521663076
commit 59ecf7bb50
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>