From 142dbee39bf7683b5c64d350238a7498d8977e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Tr=C3=A9guier?= Date: Tue, 29 Oct 2024 11:52:09 +0100 Subject: [PATCH] Use Xcode 16.1 --- .github/workflows/publishing.yml | 5 ++++- .ios-test-version | 2 +- .xcode-version | 2 +- Fyreplace.xcodeproj/project.pbxproj | 3 ++- .../xcshareddata/xcschemes/Fyreplace.xcscheme | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 5db098a..268854f 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -83,8 +83,11 @@ jobs: APP_STORE_CONNECT_PRIVATE_KEY_B64: ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }} run: echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8 + - name: Install Xcode + run: sudo xcodes install $(cat .xcode-version) + - name: Select Xcode version - run: sudo xcode-select -s /Applications/Xcode_$(cat .xcode-version).app/Contents/Developer + run: sudo xcodes select $(cat .xcode-version) - name: Prepare files if: ${{ matrix.distribution == 'app-store' }} diff --git a/.ios-test-version b/.ios-test-version index 0034b65..3371893 100644 --- a/.ios-test-version +++ b/.ios-test-version @@ -1 +1 @@ -18.0 +18.1 diff --git a/.xcode-version b/.xcode-version index b6a7d89..c32b0ec 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -16 +16.1 diff --git a/Fyreplace.xcodeproj/project.pbxproj b/Fyreplace.xcodeproj/project.pbxproj index 1151a32..56a5fb7 100644 --- a/Fyreplace.xcodeproj/project.pbxproj +++ b/Fyreplace.xcodeproj/project.pbxproj @@ -546,7 +546,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1530; - LastUpgradeCheck = 1600; + LastUpgradeCheck = 1610; TargetAttributes = { 4D54C9272BF2608A001DE071 = { CreatedOnToolsVersion = 15.3; @@ -922,6 +922,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = "${TARGET_NAME}/Config/Fyreplace.release.entitlements"; + CODE_SIGN_IDENTITY = "Apple Distribution"; CODE_SIGN_STYLE = Manual; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"${TARGET_NAME}/Preview Content\""; diff --git a/Fyreplace.xcodeproj/xcshareddata/xcschemes/Fyreplace.xcscheme b/Fyreplace.xcodeproj/xcshareddata/xcschemes/Fyreplace.xcscheme index 80291e7..7ef303c 100644 --- a/Fyreplace.xcodeproj/xcshareddata/xcschemes/Fyreplace.xcscheme +++ b/Fyreplace.xcodeproj/xcshareddata/xcschemes/Fyreplace.xcscheme @@ -1,6 +1,6 @@