Skip to content

Commit

Permalink
Update Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Sep 27, 2023
1 parent bd02a2f commit 9c29311
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/port1.0/portutil.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3458,12 +3458,17 @@ proc _check_xcode_version {} {
13 {
set min 14.1
set ok 14.1
set rec 14.2
set rec 14.3.1
}
14 {
set min 15.0
set ok 15.0
set rec 15.0
}
default {
set min 14.1
set ok 14.1
set rec 14.2
set min 15.0
set ok 15.0
set rec 15.0
}
}
if {$xcodeversion eq "none"} {
Expand Down

0 comments on commit 9c29311

Please sign in to comment.