6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 8470b5d2
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