6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 6775fdac

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-24 07:00:30 +0200
1948: updated pipelines

Changed files

azure/templates/build-ios.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 43c16f8c..1c07700b 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -74,7 +74,7 @@ steps:
# Ensure the custom XCFramework is added to the Xcode project
- task: Xcode@5
- displayName: "Integrate XCFramework into Xcode project"
+ displayName: "Archive app"
inputs:
actions: "archive"
scheme: "$(iosScheme)" # Make sure to use the correct scheme that includes the custom XCFramework
@@ -86,10 +86,6 @@ steps:
signingOption: "manual"
signingIdentity: "$(APPLE_CERTIFICATE_SIGNING_IDENTITY)"
provisioningProfileUuid: "$(APPLE_PROV_PROFILE_UUID)"
- args: |
- -verbose
- OTHER_LDFLAGS="$(inherited) -framework SeosMobileKeysSDK"
- FRAMEWORK_SEARCH_PATHS="$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks"
- task: AppStoreRelease@1
inputs: