We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f90c commit 6eaa4e7Copy full SHA for 6eaa4e7
scripts/setup_quickstart_framework.sh
@@ -22,6 +22,10 @@ QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
22
cd quickstart-ios/"${SAMPLE}"
23
git checkout nc/quickstarts
24
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
+
29
if [[ ! -z "$LEGACY" ]]; then
30
cd "Legacy${SAMPLE}Quickstart"
31
fi
0 commit comments