6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 5afe3094

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

Changed files

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

Diff

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