File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ xcode_version=$(xcodebuild -version | grep Xcode)
2424xcode_version=" ${xcode_version/ Xcode / } "
2525xcode_major=" ${xcode_version/ .*/ } "
2626
27- if [[ " $xcode_major " -ge 26 ]]; then
28- iphone_version=" 17 Pro"
29- ios_version=" 26.1"
30- elif [[ " $xcode_major " -ge 16 ]]; then
31- iphone_version=" 16 Pro"
32- ios_version=" 18.6"
33- else
34- echo " Unsupported Xcode version $xcode_version ; exiting." 1>&2
35- exit 1
36- fi
27+ # if [[ "$xcode_major" -ge 26 ]]; then
28+ # iphone_version="17 Pro"
29+ # ios_version="26.1"
30+ # elif [[ "$xcode_major" -ge 16 ]]; then
31+ # iphone_version="16 Pro"
32+ # ios_version="18.6"
33+ # else
34+ # echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
35+ # exit 1
36+ # fi
3737
3838# Set default parameters
3939if [[ -z " ${SPM:- } " ]]; then
You can’t perform that action at this time.
0 commit comments