Bump macOS minimum version to 10.14 (#2386)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
fanway
2021-01-23 18:27:05 +03:00
committed by GitHub
parent 1b75dc1e2c
commit d7b42716a3
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# Building on macOS # 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 - 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 1. Install Xcode and Xcode Command Line Utilites
2. Start Xcode, settings -> Locations, activate your Command Line Tools 2. Start Xcode, settings -> Locations, activate your Command Line Tools
3. Install brew https://brew.sh/ 3. Install brew https://brew.sh/
+1
View File
@@ -74,6 +74,7 @@
- Dev: Migrated `TwitchAccount::(un)followUser` from Kraken to Helix and moved it to `Helix::(un)followUser`. (#2306) - 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: Migrated `Kraken::getChannel` to Helix. (#2381)
- Dev: Build in CI with multiple Qt versions (#2349) - Dev: Build in CI with multiple Qt versions (#2349)
- Dev: Updated minimum required macOS version to 10.14 (#2386)
## 2.2.2 ## 2.2.2
+2
View File
@@ -59,6 +59,8 @@ linux {
} }
macx { macx {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14
INCLUDEPATH += /usr/local/include INCLUDEPATH += /usr/local/include
INCLUDEPATH += /usr/local/opt/openssl/include INCLUDEPATH += /usr/local/opt/openssl/include
LIBS += -L/usr/local/opt/openssl/lib LIBS += -L/usr/local/opt/openssl/lib