6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit e6020729

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-20 10:55:42 +0200
1948: updated pipelines

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index aec5249d..5cdaa0e3 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -42,6 +42,15 @@ steps:
script: |
flutter config --enable-swift-package-manager
+# Copy SeosMobileKeysSDK to the Xcode project directory
+- task: CopyFiles@2
+ displayName: "Copy SeosMobileKeysSDK framework to Xcode project"
+ inputs:
+ sourceFolder: '$(Build.SourcesDirectory)/mobilekeys_sdk_plugin/XCFrameworks/'
+ contents: 'SeosMobileKeysSDK.xcframework/**'
+ targetFolder: '$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks/'
+ flattenFolders: false
+
# Install CocoaPods dependencies
- task: CocoaPods@0
inputs: