From 5776ec09d6d56540549fc513273ae511d3316f22 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 4 Apr 2019 23:05:49 +0000 Subject: [PATCH] Disable automatic graphics switching on macOS Temporarily disabled automatic graphics switching due to a bug in macOS which leads to crashing. See #2221. --- CHANGELOG.md | 1 + extra/osx/Alacritty.app/Contents/Info.plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21d4a6a..ee86955c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Clicking on non-alphabetical characters in front of URLs will no longer open them - Command keybindings on Windows will no longer open new cmd.exe console windows +- On macOS, automatic graphics switching has been temporarily disabled due to a macos bug ### Fixed diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 53ebb1c8..ea91de25 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -29,7 +29,7 @@ NSMainNibFile NSSupportsAutomaticGraphicsSwitching - + CFBundleDisplayName Alacritty NSRequiresAquaSystemAppearance