Skip to content

Commit

Permalink
Fix project and scheme in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Apr 11, 2024
1 parent 095aec7 commit 308374c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ case "$product-$platform-$method" in

VertexSample-*-*)
RunXcodebuild \
-project 'FirebaseVertexAI/Sample/GenerativeAISample.xcodeproj' \
-scheme "GenerativeAISample" \
-project 'FirebaseVertexAI/Sample/VertexAISample.xcodeproj' \
-scheme "VertexAISample" \
"${xcb_flags[@]}" \
build
;;
Expand Down

0 comments on commit 308374c

Please sign in to comment.