Skip to content

Commit 4be9cd8

Browse files
authored
Integration test remove "update podfile" logic
As we have "update_ios_android_dependencies.py" script. It's save to remove the similar logic in integration tests.
1 parent ed62362 commit 4be9cd8

File tree

2 files changed

+0
-86
lines changed

2 files changed

+0
-86
lines changed

scripts/gha/build_testapps.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -531,14 +531,6 @@ def _build_ios(
531531
dir_util.copy_tree(framework_src_path, framework_dest_path)
532532
framework_paths.append(framework_dest_path)
533533

534-
podfile_tool_path = os.path.join(
535-
repo_dir, "scripts", "gha", "integration_testing", "update_podfile.py")
536-
podfile_patcher_args = [
537-
sys.executable, podfile_tool_path,
538-
"--sdk_podfile", os.path.join(repo_dir, "ios_pod", "Podfile"),
539-
"--app_podfile", os.path.join(project_dir, "Podfile")
540-
]
541-
_run(podfile_patcher_args)
542534
_run(["pod", "install"])
543535

544536
entitlements_path = os.path.join(

scripts/gha/integration_testing/update_podfile.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)