diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-01 21:25:41 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-01 21:25:41 +0200 |
commit | c7b6a18b0c8ed0150f2684d29bf38c8736359e76 (patch) | |
tree | 0487a48836831fddfe925c96a581e9d28c71398d /res | |
parent | 2fabc9309f4c6e9d4da7b389e8f3ac5f1dab2b6c (diff) |
macOS: Don't force use of discrete GPU
https://developer.apple.com/library/archive/qa/qa1734/_index.html
Diffstat (limited to 'res')
-rw-r--r-- | res/MacOSXBundleInfo.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in index 186e733b..64f406ec 100644 --- a/res/MacOSXBundleInfo.plist.in +++ b/res/MacOSXBundleInfo.plist.in | |||
@@ -34,6 +34,8 @@ | |||
34 | <true/> | 34 | <true/> |
35 | <key>NSRequiresAquaSystemAppearance</key> | 35 | <key>NSRequiresAquaSystemAppearance</key> |
36 | <false/> | 36 | <false/> |
37 | <key>NSSupportsAutomaticGraphicsSwitching</key> | ||
38 | <true/> | ||
37 | <key>UISupportedInterfaceOrientations</key> | 39 | <key>UISupportedInterfaceOrientations</key> |
38 | <array> | 40 | <array> |
39 | <string>UIInterfaceOrientationPortrait</string> | 41 | <string>UIInterfaceOrientationPortrait</string> |