Enable using integrated GPU in Dual GPU Macs

Currently YACReader will default to higher-end discrete GPU for OpenGL calls. This increases the battery usage while having no need for such high performance. This Flag tells MacOS to switching to integrated GPU is oky in this app. 

References:
https://developer.apple.com/library/archive/qa/qa1734/_index.html
https://developer.apple.com/documentation/bundleresources/information_property_list/nssupportsautomaticgraphicsswitching?language=objc
This commit is contained in:
spinningthelock 2021-12-25 11:30:04 -05:00 committed by GitHub
parent e7ad50bc2c
commit 5971aacda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,5 +139,7 @@
</array>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>