Francois-Xavier Coudert
8eb03a951f
Updates for Monterey Xcode & CLT
2021-06-09 16:21:46 +02:00
Lorenzo Gatti
c564019a91
debug info now includes CLT version
2021-05-18 16:19:31 +02:00
Lorenzo Gatti
5a24b6aff3
minor changes to the wording
2021-05-17 17:28:58 +02:00
Lorenzo Gatti
b7556350db
Better instructions for updating Command Line Tools
...
Added link to Apple's page with minimum requirements
2021-05-17 17:11:00 +02:00
Bo Anderson
55f90f972d
os/mac/xcode: support Xcode 12.5
2021-05-09 18:34:09 +01:00
Bo Anderson
0b39690e5c
os/mac/xcode: update Clang version parsing for CLT 12.5
2021-03-26 10:29:27 +00:00
Bo Anderson
20ff68a425
Fix brew style
.
2021-03-17 20:45:44 +00:00
Bo Anderson
fb8b247db3
dev-cmd/unbottled: various improvements
...
* Ignore bottles for older macOS versions
* Ignore disabled formulae
* Ignore formulae which can't build on the chosen macOS
* Improve/fix sort description
2021-02-23 16:27:58 +00:00
Bo Anderson
fe52b3a402
os/mac/diagnostic: check SDK version matches the path
2021-02-11 01:19:59 +00:00
Jonathan Chang
a9ab1699d1
xcode: update for Xcode 12.4
2021-01-29 17:08:29 +11:00
EricFromCanada
6fc116318e
fixes for grammar and wording
2021-01-26 16:19:47 -05:00
FX Coudert
46e4f58a47
xcode: 12.3 is the latest version
2020-12-16 15:23:46 +00:00
Markus Reiter
8598b1186a
Handle macOS versions >= 11.1 correctly.
2020-11-23 13:46:15 +01:00
Mike McQuaid
444c3858df
Adjust macOS version logic
...
- Adjust latest supported macOS logic for e.g. Big Sur 11.1.
- Updated latest supported version in docs to Mojave
Fixes https://github.com/Homebrew/brew/issues/9211
2020-11-20 16:42:52 +00:00
Mike McQuaid
3844cd6dc5
Merge pull request #9054 from fxcoudert/bigsur
...
macOS Big Sur
2020-11-16 12:22:34 +00:00
Markus Reiter
1b732ec7b2
Fix RuboCop offenses.
2020-11-16 02:05:29 +01:00
Rylan Polster
20ee7e8881
add Lint/DuplicateBranch cop exceptions
2020-11-16 02:02:52 +01:00
Francois-Xavier Coudert
64bc1109d1
Xcode 12.2 is released
2020-11-14 23:57:13 +01:00
Markus Reiter
da9289eff0
Add more type signatures.
2020-11-13 12:26:36 +01:00
Jonathan Chang
49d2c25e2a
xcode: update for Xcode 12.2
2020-11-13 15:38:24 +11:00
EricFromCanada
3768b7a6e9
apidoc: update comment wording, punctuation, formatting
2020-11-06 00:21:02 -05:00
Jonathan Chang
c4eaa387ff
mac/xcode: version bumps for Xcode 12.1 and 11.3.1
2020-10-27 21:37:04 +11:00
Markus Reiter
24ae318a3d
Move type annotations into files.
2020-10-10 14:59:39 +02:00
Jonathan Chang
7c326b55f4
os/mac: updates for Xcode 12
2020-10-03 23:53:32 +10:00
Markus Reiter
07365b9ad0
Document CLT
.
2020-08-26 03:13:59 +02:00
Markus Reiter
aac0151132
Document Xcode
.
2020-08-26 03:13:59 +02:00
Mike McQuaid
6d9e2d444d
Big Sur fixes
...
- Make missing SDKs message more clear.
- Always refer to Big Sur as 11.0 (even on Intel).
2020-07-28 16:56:55 +01:00
Bo Anderson
9297b18aa6
Add SDK availability diagnostic
2020-07-01 16:07:14 +01:00
Mike McQuaid
8a580ae39e
os/mac/xcode: add Big Sur clang versions.
...
https://github.com/Homebrew/brew/pull/7806#issuecomment-648154860
2020-06-23 15:54:46 +01:00
Mike McQuaid
11c875d747
macOS Big Sur tweaks
...
- output warnings when running on ARM
- require Xcode 12
- use 11.0 as the version number
2020-06-23 14:11:05 +01:00
Bo Anderson
8c21e8b2db
Merge pull request #7705 from Bo98/xcode-11.5
...
os/mac/xcode: support Xcode 11.5
2020-06-20 02:25:00 +01:00
Mike McQuaid
b58fa4ebb1
Drop Mavericks support.
...
Companion to https://github.com/Homebrew/brew/pull/7698 .
Provide better, `odeprecated` messaging for
`depends_on :macos => :mavericks` and otherwise just fix up the code
that relied on `:mavericks`.
2020-06-10 10:06:46 +01:00
Bo Anderson
eb3eb209d9
os/mac/xcode: support Xcode 11.5
2020-06-07 20:35:55 +01:00
Bo Anderson
7aff6f9bb3
os/mac/xcode: support Xcode 11.4.1
2020-04-16 11:22:40 +01:00
Mike McQuaid
c3dc8862c1
os/mac/xcode: better document upgrade.
...
Explain when these various versions should (and should not) be bumped
and provide a method to avoid people having to schlep through the Apple
Developer site unless they really want to.
Also, while we're here, DRY things up and reorder to "newest first".
2020-04-09 14:27:39 +01:00
Bo Anderson
94d6f361a4
os/mac/xcode: support Xcode 11.4
2020-03-26 22:03:54 +00:00
Bo Anderson
26f185b76f
os/mac/xcode: only use SDK for system headers on >= Mojave
2020-03-08 20:32:35 +00:00
Mike McQuaid
ebc764e878
os/mac/xcode: clarify latest_version comes from clang.
2019-12-11 13:50:21 +00:00
Mike McQuaid
2d5f6dd79f
os/mac/xcode: improve CLT clang version detection.
2019-12-11 13:49:56 +00:00
Mike McQuaid
8d3e7cf028
os/mac: remove CLT header package stuff.
...
We never care about it and it's not relevant anywhere except 10.14.
2019-12-11 13:49:13 +00:00
Mike McQuaid
dda80c6938
os/mac/xcode: bump Xcode/CLT versions.
2019-12-11 13:48:32 +00:00
EricFromCanada
b817796562
Grammar fixes for status messages
2019-12-02 11:38:06 -05:00
Mike McQuaid
ea44760f8c
os/mac/xcode: add additional CLT download link.
...
Sadly Apple don't seem to be providing these reliably.
Fixes #6796
2019-12-02 13:25:43 +00:00
Alexander Bayandin
43687b46c3
Bump Xcode to 11.2.1
2019-11-13 17:13:45 +00:00
Mike McQuaid
aae9d39939
os/mac/xcode: fallback to clang version for detecting CLT.
...
For some reason `pkgutil --pkgs` no longer lists the CLT after the
Catalina supplemental update.
Fixes https://github.com/Homebrew/brew/issues/6610
2019-10-16 16:26:57 +01:00
Mike McQuaid
972b0aa17f
os/mac/xcode: bump Catalina Xcode versions.
2019-10-08 09:31:07 +01:00
Chongyu Zhu
2a5aee0a0b
xcode: add initial support for Xcode 11.0
2019-06-04 16:11:18 -07:00
Mike McQuaid
01a3425502
Require Xcode 10.2 on macOS 10.14
...
Xcode >=10.2 is required to build all Swift formulae on macOS >=10.14.4.
Rather than requiring per-formula workarounds
(e.g. Homebrew/homebrew-core#39446 ) this provides a more stable platform
Homebrew can rely on for building Swift formulae.
2019-05-01 09:06:41 +01:00
Chongyu Zhu
aea2804442
xcode: upgrade for Xcode 10.2.1 release
2019-04-24 22:48:00 +08:00
Mike McQuaid
36dbad3922
Add frozen_string_literal to all files.
2019-04-20 13:27:36 +09:00