Bump Xcode to 11.2.1#6702
Conversation
MikeMcQuaid
left a comment
There was a problem hiding this comment.
Thanks for the PR! Holding off on this until we've updated our CI nodes.
|
Thanks! |
|
Hey @MikeMcQuaid, Xcode 11.2.1 has been released and I'm going to bump the version in this PR, but I'm not quite sure what to do with case (DevelopmentTools.clang_version.to_f * 10).to_i
when 0 then "dunno"
when 60 then "6.0"
when 61 then "6.1"
when 70 then "7.0"
when 73 then "7.3"
when 80 then "8.0"
when 81 then "8.3"
when 90 then "9.2"
when 91 then "9.4"
when 100 then "10.2.1"
when 110 then "11.0"
when 111 then "11.1"
- else "11.1"
+ when 112 then "11.2"
+ else "11.2"
endwithout really checking what Now I've updated Xcode to 11.2.1 locally and |
|
This might've been where things have gotten off the rails – perhaps it should just be |
Yep, my thoughts were the same. Force pushed 11.2.1 version |
|
@bayandin Need to wait for our CI nodes to be updated for this. I expect to do that next week. We've been waiting on a matching CLT version. |
|
Thanks! |
|
CI upgraded. |
|
Amazing! Thank you, Mike! |
brew stylewith your changes locally?brew testswith your changes locally?Xcode 11.2 has been released https://developer.apple.com/documentation/xcode_release_notes/xcode_11_2_release_notes