6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 3bc6c7ed

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-27 14:04:31 +0200
Update build-ios.yml for Azure Pipelines

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 4475329b..cdeae001 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -132,21 +132,6 @@ steps:
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
arguments: 'build ios --no-codesign --flavor=$(flavor) --build-name=1.0.0 --build-number=1'
- # Code Sign ipa for Distribution
- - task: Xcode@5
- displayName: "Code Sign ipa for Distribution"
- inputs:
- actions: "build"
- scheme: "$(flavor)" # Ensure this uses the correct scheme
- sdk: "iphoneos"
- configuration: "Debug"
- xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
- xcodeVersion: "default"
- packageApp: true
- signingOption: "manual"
- signingIdentity: "$(APPLE_CERTIFICATE_SIGNING_IDENTITY)"
- provisioningProfileUuid: "$(APPLE_PROV_PROFILE_UUID)"
-
# Uncomment to run unit tests
# - task: FlutterTest@0
# displayName: "Run unit tests"