From 59872bde1fa5622ef3a455d356fba43467cebab4 Mon Sep 17 00:00:00 2001 From: rzuasti Date: Sun, 7 Jun 2026 11:48:38 -0400 Subject: [PATCH] Point CI at the "Codemagic" App Store Connect integration Match the App Store Connect API key name registered in the Codemagic UI. Co-Authored-By: Claude Opus 4.8 --- codemagic.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index abf149a..e448939 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -26,9 +26,9 @@ workflows: max_build_duration: 60 working_directory: frontend integrations: - # Replace with the name of the App Store Connect integration configured - # in the Codemagic UI. - app_store_connect: OOTT App Store Connect + # Name of the App Store Connect integration configured in the Codemagic UI + # (Settings -> Integrations -> Developer Portal). + app_store_connect: Codemagic environment: flutter: stable xcode: latest