From 908275b9b539837041a8e057324d82276edf6dfc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:24:09 +0000 Subject: [PATCH 1/2] Initial plan From 5b8d78ee6f35ad92b8b2c723cb0ff29696e0ea89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:27:22 +0000 Subject: [PATCH 2/2] Update GitHub Action to use Xcode 26.1 Co-authored-by: MortenGregersen <759680+MortenGregersen@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c1ae9..39103f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: version: - - "26.0.1" + - "26.1" target: - "macOS" - "iOS" @@ -35,6 +35,6 @@ jobs: xcodebuild test \ -scheme AppStoreConnectKit-Package \ -sdk iphonesimulator \ - -destination "platform=iOS Simulator,name=iPhone 17,OS=26.0.1" \ + -destination "platform=iOS Simulator,name=iPhone 17,OS=26.1" \ CODE_SIGNING_ALLOWED=NO fi