Skip to content

Commit 7a0c4ad

Browse files
committed
Fix scheme name
1 parent 34003e6 commit 7a0c4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ case "$product-$platform-$method" in
506506
VertexIntegration-*-*)
507507
RunXcodebuild \
508508
-project 'FirebaseVertexAI/Tests/TestApp/VertexAITestApp.xcodeproj' \
509-
-scheme "VertexAISample" \
509+
-scheme "VertexAITestApp" \
510510
"${xcb_flags[@]}" \
511511
build \
512512
test

0 commit comments

Comments
 (0)