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