commit 7ec2bcd70fd7b2192a1f0a9e48f093085ad4b876
parent 851fe0dad512dbf9888638566135d1f8cd0dd853
Author: Johann Bauer <bauerj@bauerj.eu>
Date: Tue, 6 Mar 2018 11:55:43 +0100
Use internal GPU on macOS
Closes: #4030
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/contrib/build-osx/osx.spec b/contrib/build-osx/osx.spec
@@ -93,7 +93,8 @@ app = BUNDLE(exe,
name=PACKAGE + '.app',
icon=electrum+ICONS_FILE,
bundle_identifier=None,
- info_plist = {
- 'NSHighResolutionCapable':'True'
+ info_plist={
+ 'NSHighResolutionCapable': 'True',
+ 'NSSupportsAutomaticGraphicsSwitching': 'True'
}
)