Skip to content

Commit 6eaa4e7

Browse files
committed
Remove project deps but not target deps
1 parent 4f8f90c commit 6eaa4e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/setup_quickstart_framework.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
2222
cd quickstart-ios/"${SAMPLE}"
2323
git checkout nc/quickstarts
2424

25+
# Remove all SPM dependencies from the project. This is necessary to prepare
26+
# the project for framework-based testing.
27+
"${REPO}"/scripts/remove_spm_dependencies.rb "${SAMPLE}Example.xcodeproj"
28+
2529
if [[ ! -z "$LEGACY" ]]; then
2630
cd "Legacy${SAMPLE}Quickstart"
2731
fi

0 commit comments

Comments
 (0)