From 2a6e9843eaa583b67d9b853f396dd72e69a20585 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 14 May 2019 15:36:13 +0000 Subject: Reenable macOS automatic graphics switching This issue has been resolved upstream by a macOS update, fixing all crashing issues when switching between integrated and dedicated GPUs. Fixes #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 3ed21a17..1713bf38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Incorrect positioning of zero-width characters over double-width characters - Mouse mode generating events when the cell has not changed - Selections not automatically expanding across double-width characters +- On macOS, automatic graphics switching has been enabled again ### Removed diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index cdf0062b..a2d9bc01 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 -- cgit