Skip to content

Commit c869f57

Browse files
Add DataConnect product definition to build.sh (#14527)
1 parent ea8fb07 commit c869f57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,15 @@ case "$product-$platform-$method" in
700700
test
701701
;;
702702

703+
FirebaseDataConnect-*-spm)
704+
RunXcodebuild \
705+
-scheme $product \
706+
"${xcb_flags[@]}" \
707+
IPHONEOS_DEPLOYMENT_TARGET=15.0 \
708+
TVOS_DEPLOYMENT_TARGET=15.0 \
709+
test
710+
;;
711+
703712
# Note that the combine tests require setting the minimum iOS and tvOS version to 13.0
704713
*-*-spm)
705714
RunXcodebuild \

0 commit comments

Comments
 (0)