6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 09718f07

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

Changed files

azure/templates/build-ios.yml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index e5bb7e9c..48c03b66 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -75,24 +75,7 @@ steps:
flattenFolders: true
# Build the iOS application
# Generate the iOS project files using Flutter with the specified flavor
- - task: Bash@3
- displayName: "Set Framework Search Path"
- inputs:
- targetType: 'inline'
- script: |
- # Define the path to the Xcode project
- XCODE_PROJECT_PATH="$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcodeproj"
-
- # Define the framework search path you want to add
- FRAMEWORK_SEARCH_PATH="$(PROJECT_DIR)/Frameworks"
-
- # Use 'plutil' to modify the project.pbxproj file to include the framework search path
- plutil -replace 'targets.Runner.buildSettings.Framework Search Paths' -json "[\"$(FRAMEWORK_SEARCH_PATH)\"]" "$XCODE_PROJECT_PATH/project.pbxproj"
-
- # Verify the change
- echo "Updated Framework Search Paths:"
- plutil -p "$XCODE_PROJECT_PATH/project.pbxproj" | grep 'Framework Search Paths'
-
+
- task: FlutterCommand@0
displayName: "Build Flutter iOS project"
inputs: