Skip to content

Commit 528cefb

Browse files
committed
Fix test script
1 parent a4a0f0a commit 528cefb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/test.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
set -euo pipefail
2222

23-
<<<<<<< HEAD
2423
xcode_version=$(xcodebuild -version | grep Xcode)
2524
xcode_version="${xcode_version/Xcode /}"
2625
xcode_major="${xcode_version/.*/}"
@@ -29,14 +28,6 @@ if [[ "$xcode_major" -ge 26 ]]; then
2928
iphone_version="17"
3029
elif [[ "$xcode_major" -ge 16 ]]; then
3130
iphone_version="16"
32-
=======
33-
if [[ "${SAMPLE:-}" == "FirebaseAI" && -d "/Applications/Xcode_26.0.app" ]]; then
34-
xcode_version="26.0"
35-
iphone_version="16"
36-
elif [ -d "/Applications/Xcode_16.2.app" ]; then
37-
xcode_version="16.2"
38-
iphone_version="16"
39-
>>>>>>> 59705805 ([FirebaseAI] Add Multimodal Analysis demos (#1750))
4031
else
4132
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
4233
exit 1

0 commit comments

Comments
 (0)