6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 8470b5d2

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

Changed files

azure/templates/build-ios.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index f3039268..6cc4e202 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -68,7 +68,7 @@ steps:
- task: CopyFiles@2
displayName: "Copy SeosMobileKeysSDK framework to Xcode project"
inputs:
- sourceFolder: '$(Build.SourcesDirectory)/mobilekeys_sdk_plugin'
+ sourceFolder: '$(Build.SourcesDirectory)/mobilekeys_sdk_plugin/XCFrameworks/SeosMobileKeysSDK.xcframework'
contents: 'SeosMobileKeysSDK.framework/**'
targetFolder: '$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks'
flattenFolders: true