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

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-27 12:35:31 +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 7616fc26..f36ac7eb 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.xcodeproj/project.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