Skip to content

Commit 134f966

Browse files
committed
Fix 3572: Xcode no longer supports Sierra
1 parent ca5d3c9 commit 134f966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jamulus.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ win32 {
174174

175175
} else:macx {
176176
# Set minimum macOS deployment target
177-
# For Qt 5: Support back to macOS 10.12 (Sierra) for legacy builds on Intel
177+
# For Qt 5: Support back to macOS 10.13 (High Sierra) for legacy builds on Intel
178178
# For Qt 6: Support macOS 11 (Big Sur) and later for universal binaries
179179
lessThan(QT_MAJOR_VERSION, 6) {
180-
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
181-
message(Qt5 build: Setting macOS deployment target to 10.12)
180+
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
181+
message(Qt5 build: Setting macOS deployment target to 10.13)
182182
} else {
183183
QMAKE_MACOSX_DEPLOYMENT_TARGET = 11.0
184184
message(Qt6 build: Setting macOS deployment target to 11.0)

0 commit comments

Comments
 (0)