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

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-27 12:42:28 +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 f36ac7eb..f0b9b5e8 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -109,7 +109,7 @@ steps:
inputs:
targetType: 'inline'
script: |
- plutil -replace "FRAMEWORK_SEARCH_PATHS" -string "\"$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks\"" $(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace
+ plutil -replace "FRAMEWORK_SEARCH_PATHS" -string "\"$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks\"" "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
# Ensure the custom XCFramework is added to the Xcode project
- task: Xcode@5