Skip to content

Commit 308374c

Browse files
committed
Fix project and scheme in build.sh
1 parent 095aec7 commit 308374c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ case "$product-$platform-$method" in
492492

493493
VertexSample-*-*)
494494
RunXcodebuild \
495-
-project 'FirebaseVertexAI/Sample/GenerativeAISample.xcodeproj' \
496-
-scheme "GenerativeAISample" \
495+
-project 'FirebaseVertexAI/Sample/VertexAISample.xcodeproj' \
496+
-scheme "VertexAISample" \
497497
"${xcb_flags[@]}" \
498498
build
499499
;;

0 commit comments

Comments
 (0)