File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 2020
2121set -euo pipefail
2222
23- <<< <<< < HEAD
2423xcode_version=$( xcodebuild -version | grep Xcode)
2524xcode_version=" ${xcode_version/ Xcode / } "
2625xcode_major=" ${xcode_version/ .*/ } "
@@ -29,14 +28,6 @@ if [[ "$xcode_major" -ge 26 ]]; then
2928 iphone_version=" 17"
3029elif [[ " $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))
4031else
4132 echo " Unsupported Xcode version $xcode_version ; exiting." 1>&2
4233 exit 1
You can’t perform that action at this time.
0 commit comments