6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 6f8a7c25

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-24 11:54:46 +0200
1948: updated pipelines

Changed files

azure/templates/build-ios.yml | 18 ------------------
 1 file changed, 18 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 8b46ba67..5fc8efc7 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -72,24 +72,6 @@ steps:
cd "$(Build.SourcesDirectory)/comwell_key_app"
flutter build ios --no-codesign --flavor=$(flavor)
-# Ensure the custom XCFramework is added to the Xcode project
-- task: Xcode@5
- displayName: "Archive app"
- inputs:
- actions: "build"
- scheme: "$(iosScheme)" # Make sure to use the correct scheme that includes the custom XCFramework
- configuration: "$(iosConfiguration)"
- sdk: "iphoneos"
- xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
- xcodeVersion: "specifyPath"
- xcodeDeveloperDir: '/Applications/Xcode_16.2.app/Contents/Developer'
- exportPath: 'output'
- packageApp: true
- teamId: '8RNV6AX4ZL'
- signingOption: "manual"
- signingIdentity: "$(APPLE_CERTIFICATE_SIGNING_IDENTITY)"
- provisioningProfileUuid: "$(APPLE_PROV_PROFILE_UUID)"
-
- task: AppStoreRelease@1
inputs:
releaseTrack: 'TestFlight'