6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 63a8f516

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

Changed files

azure/templates/build-ios.yml | 3 +++
 1 file changed, 3 insertions(+)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index a8cdfdd9..4475329b 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -117,6 +117,9 @@ steps:
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)"
args: |
-verbose
OTHER_LDFLAGS="$(inherited) -framework SeosMobileKeysSDK"