6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 65c710bc

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-27 12:27:20 +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 c6fdee7f..7616fc26 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.pbxproj
+ plutil -replace "FRAMEWORK_SEARCH_PATHS" -string "\"$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks\"" $(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcodeproj/project.xcworkspace
# Ensure the custom XCFramework is added to the Xcode project
- task: Xcode@5