Browse Source

Fix integrated graphics card.

Josh Geller reported and provided a fix for automatic graphics card switching. Before for some reason, OS X thought VoiceMac needs the discrete graphics card.
master
GRMrGecko 11 years ago
parent
commit
e04a3c3434
  1. 2
      Resources/VoiceMac/Info.plist

2
Resources/VoiceMac/Info.plist

@ -124,6 +124,8 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSServices</key>
<array/>
<key>SUCheckAtStartup</key>

Loading…
Cancel
Save