Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
7c326b55
Commit
7c326b55
authored
4 years ago
by
Jonathan Chang
Browse files
Options
Downloads
Patches
Plain Diff
os/mac: updates for Xcode 12
parent
7af967de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Library/Homebrew/os/mac/xcode.rb
+7
-7
7 additions, 7 deletions
Library/Homebrew/os/mac/xcode.rb
with
7 additions
and
7 deletions
Library/Homebrew/os/mac/xcode.rb
+
7
−
7
View file @
7c326b55
...
...
@@ -16,9 +16,9 @@ module OS
# CI systems have been updated.
# This may be a beta version for a beta macOS.
def
latest_version
latest_stable
=
"1
1.5
"
latest_stable
=
"1
2.0.1
"
case
MacOS
.
version
when
"11.0"
then
"12.0"
when
"11.0"
then
"12.0
.1
"
when
"10.15"
then
latest_stable
when
"10.14"
then
"11.3.1"
when
"10.13"
then
"10.1"
...
...
@@ -180,10 +180,10 @@ module OS
# installed CLT version. This is useful as they are packaged
# simultaneously so workarounds need to apply to both based on their
# comparable version.
latest_stable
=
"1
1.5
"
latest_stable
=
"1
2.0
"
case
(
DevelopmentTools
.
clang_version
.
to_f
*
10
).
to_i
when
120
then
"12.0"
when
110
then
latest_stable
when
120
then
latest_stable
when
110
then
"11.5"
when
100
then
"10.3"
when
91
then
"9.4"
when
90
then
"9.2"
...
...
@@ -263,8 +263,8 @@ module OS
# and our CI systems have been updated.
def
latest_clang_version
case
MacOS
.
version
when
"11.0"
then
"1200.0.
2
2.
7
"
when
"10.15"
then
"1
103
.0.32.
59
"
when
"11.0"
then
"1200.0.
3
2.
2
"
when
"10.15"
then
"1
200
.0.32.
2
"
when
"10.14"
then
"1001.0.46.4"
when
"10.13"
then
"1000.10.44.2"
when
"10.12"
then
"900.0.39.2"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment