tUse internal GPU on macOS - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 7ec2bcd70fd7b2192a1f0a9e48f093085ad4b876
 (DIR) parent 851fe0dad512dbf9888638566135d1f8cd0dd853
 (HTM) Author: Johann Bauer <bauerj@bauerj.eu>
       Date:   Tue,  6 Mar 2018 11:55:43 +0100
       
       Use internal GPU on macOS
       
       Closes: #4030
       
       Diffstat:
         M contrib/build-osx/osx.spec          |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/contrib/build-osx/osx.spec b/contrib/build-osx/osx.spec
       t@@ -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'
                     }
        )