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
19ed38df
Commit
19ed38df
authored
7 years ago
by
JCount
Browse files
Options
Downloads
Patches
Plain Diff
xcode: 8.3.2 is latest version
parent
55c02ae7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Library/Homebrew/os/mac.rb
+2
-0
2 additions, 0 deletions
Library/Homebrew/os/mac.rb
Library/Homebrew/os/mac/xcode.rb
+2
-2
2 additions, 2 deletions
Library/Homebrew/os/mac/xcode.rb
docs/Xcode.md
+3
-1
3 additions, 1 deletion
docs/Xcode.md
with
7 additions
and
3 deletions
Library/Homebrew/os/mac.rb
+
2
−
0
View file @
19ed38df
...
...
@@ -205,6 +205,8 @@ module OS
"8.2"
=>
{
clang:
"8.0"
,
clang_build:
800
},
"8.2.1"
=>
{
clang:
"8.0"
,
clang_build:
800
},
"8.3"
=>
{
clang:
"8.1"
,
clang_build:
802
},
"8.3.1"
=>
{
clang:
"8.1"
,
clang_build:
802
},
"8.3.2"
=>
{
clang:
"8.1"
,
clang_build:
802
},
}.
freeze
def
compilers_standard?
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/os/mac/xcode.rb
+
2
−
2
View file @
19ed38df
...
...
@@ -17,12 +17,12 @@ module OS
when
"10.9"
then
"6.2"
when
"10.10"
then
"7.2.1"
when
"10.11"
then
"8.2.1"
when
"10.12"
then
"8.3.
1
"
when
"10.12"
then
"8.3.
2
"
else
raise
"macOS '
#{
MacOS
.
version
}
' is invalid"
unless
OS
::
Mac
.
prerelease?
# Default to newest known version of Xcode for unreleased macOS versions.
"8.3.
1
"
"8.3.
2
"
end
end
...
...
This diff is collapsed.
Click to expand it.
docs/Xcode.md
+
3
−
1
View file @
19ed38df
...
...
@@ -12,7 +12,7 @@ Tools available for your platform:
| 10.9 | 6.2 | 6.2 |
| 10.10 | 7.2.1 | 7.2 |
| 10.11 | 8.2.1 | 8.2 |
| 10.12 | 8.3
| 8.3 |
| 10.12 | 8.3
.2
| 8.3 |
## Compiler version database
...
...
@@ -70,6 +70,8 @@ Tools available for your platform:
| 8.2 | — | — | — | — | 8.0 (800.0.42.1)| — |
| 8.2.1 | — | — | — | — | 8.0 (800.0.42.1)| — |
| 8.3 | — | — | — | — | 8.1 (802.0.38) | — |
| 8.3.1 | — | — | — | — | 8.1 (802.0.41) | — |
| 8.3.2 | — | — | — | — | 8.1 (802.0.42) | — |
## References to Xcode and compiler versions in code
When a new Xcode release is made, the following things need to be
...
...
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