From 8f248f6a0d310834b1d46ea50bf5ae1c5196968c Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 4 Jul 2024 22:04:42 +0300 Subject: [PATCH] Downgrade xcode version to fix compatibility with macOS 12+. --- ChangeLog.txt | 1 + appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 59e7efeca..6f91e2465 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,7 @@ - Dialog Table of variables. Added button Close. - Fix incorrect seam allowance. - Duplicate controls for main path nodes. +- Fix compatibility with macOS 12+. # Valentina 0.7.53 June 25, 2024 - Fix layout sheet export with empty name. diff --git a/appveyor.yml b/appveyor.yml index eeebee839..a3fada5b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,7 +83,7 @@ environment: QT_VERSION: Qt6 BUILD_SYSTEM: "qbs" ARCH: x64 - XCODE_VERSION: 15.2.0 + XCODE_VERSION: 13.4.1 TARGET_PLATFORM: "macOS_12+" MACOS_DEPLOYMENT_TARGET: 12.0 MULTI_BUNDLE: true @@ -97,7 +97,7 @@ environment: QT_VERSION: Qt6 BUILD_SYSTEM: "qbs" ARCH: x64 - XCODE_VERSION: 15.2.0 + XCODE_VERSION: 13.4.1 TARGET_PLATFORM: "macOS_12+" MACOS_DEPLOYMENT_TARGET: 12.0 MULTI_BUNDLE: false