diff --git a/BUILDING_ON_MAC.md b/BUILDING_ON_MAC.md index a0585af54..c7bff82f3 100644 --- a/BUILDING_ON_MAC.md +++ b/BUILDING_ON_MAC.md @@ -1,5 +1,6 @@ # Building on macOS #### Note - If you want to develop Chatterino 2 you will also need to install Qt Creator (make sure to install **Qt 5.12 or newer**) +#### Note - Chatterino 2 is only tested on macOS 10.14 and above - anything below that is considered unsupported. It may or may not work on earlier versions 1. Install Xcode and Xcode Command Line Utilites 2. Start Xcode, settings -> Locations, activate your Command Line Tools 3. Install brew https://brew.sh/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b2f91f8..6f944a314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ - Dev: Migrated `TwitchAccount::(un)followUser` from Kraken to Helix and moved it to `Helix::(un)followUser`. (#2306) - Dev: Migrated `Kraken::getChannel` to Helix. (#2381) - Dev: Build in CI with multiple Qt versions (#2349) +- Dev: Updated minimum required macOS version to 10.14 (#2386) ## 2.2.2 diff --git a/chatterino.pro b/chatterino.pro index 568a4bfab..d50d558af 100644 --- a/chatterino.pro +++ b/chatterino.pro @@ -59,6 +59,8 @@ linux { } macx { + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14 + INCLUDEPATH += /usr/local/include INCLUDEPATH += /usr/local/opt/openssl/include LIBS += -L/usr/local/opt/openssl/lib