Fixed support for automatic graphics switching on macOS

The corresponding setting in .plist is wrong but Xcode fixes it automatically
This doesn't happen however when building via makefiles
This commit is contained in:
alexey.lysiuk 2016-09-19 22:54:41 +03:00 committed by Christoph Oelckers
parent 1383355be7
commit 2d55f713c2

View file

@ -44,6 +44,6 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<string>YES</string>
<true/>
</dict>
</plist>