JCount
19ed38df24
xcode: 8.3.2 is latest version
2017-04-19 19:06:24 -04:00
Mike McQuaid
ce1920f7df
xcode: 8.3.1 is latest version.
...
Our CI images are already updated with it.
2017-04-10 21:06:36 +01:00
EricFromCanada
c5bac087b3
update latest versions of Xcode for 10.11 & 10.12
2017-03-28 11:16:02 -04:00
EricFromCanada
60f6dfea14
update suggested Xcode/CLT download URLs
2017-03-28 11:12:34 -04:00
William Woodruff
0dda8a13f1
keg: Skip relocation when dylib ID/install name doesn't change.
2017-03-12 12:29:35 -04:00
FX Coudert
ac8dd9ae7d
Don't list duplicate dylibs for universal
2017-03-04 14:05:32 +01:00
Markus Reiter
94dceeab1d
Move require_relocation?
from os/mac/keg
to keg
.
2017-02-11 13:43:00 +01:00
Mike McQuaid
50c1fea4ea
xcode: reduce minimum CLT version.
...
This should be 1.0.0 to be nicer to 10.7 users.
Fixes #1893 .
2017-01-23 21:22:54 +00:00
Mike McQuaid
a17f38dd36
xcode: use default location when possible.
...
Xcode can be installed anywhere but for most people it's in
`/Applications/Xcode.app` so just look there if `xcode-select` isn't
helpful before looking at Spotlight which can return weird results on
e.g. backup disks.
Fixes #1587 .
2017-01-09 21:10:55 -08:00
Mike McQuaid
2c6915a48f
xcode: general cleanup.
2017-01-09 21:10:55 -08:00
Mike McQuaid
4a39070c26
xquartz: use default location when possible.
...
Xcode can be installed anywhere but for most people it's in
`/Applications/Xcode.app` so just look there by default before looking
at Spotlight which can return weird results on e.g. backup disks.
2017-01-09 21:10:55 -08:00
Mike McQuaid
e950aa11d1
Remove Xcode prerelease warnings.
...
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
2016-12-19 18:01:36 +00:00
Mike McQuaid
477faf073b
Never trigger too old CLT check on <10.7.
...
While we fake a CLT for these versions they never shipped with the CLT
so cannot update it.
2016-12-18 15:31:17 -08:00
dersvenhesse
b3174aa3e2
XCode 8.2 is stable
2016-12-12 23:29:35 +01:00
Mike McQuaid
43f8d2c7a0
xcode: cleanup Xcode::Version usage.
...
Don't wrap `MacOS.version` which does comparisons properly already and
avoid stupidly long lines.
2016-12-05 11:09:21 +00:00
Sorin Ionescu
282c0a30b6
Fix macOS version comparison
2016-11-26 13:59:55 -05:00
Mike McQuaid
694cc876ef
Merge pull request #1415 from robinkunde/semver
...
Update macOS Xcode tool checks do use Version class for comparisons
2016-11-13 10:53:34 +00:00
Robin Kunde
e97ce7e7ae
move semantic version comparisons into separate class
2016-11-12 15:37:32 -05:00
William Woodruff
9267511e6b
os/mac: Rename MachO -> MachOShim
...
Prevents namespace conflict with vendored ruby-macho.
2016-11-09 17:35:56 -05:00
William Woodruff
032ed07bce
os/mac: Allow MachO.dynamically_linked_libraries to be filtered by dylib type.
...
This allows us to filter out weak linkages during audits, preventing
a false error from occurring when the dylib cannot be found.
2016-11-09 17:35:56 -05:00
Mike McQuaid
4015d0465a
xcode: add checks for Xcode/CLT minimum versions.
2016-11-05 10:58:38 -04:00
Robin Kunde
2c79868229
Update latest clang version for 10.12
2016-10-31 00:51:38 -04:00
Robin Kunde
5326eecb9d
Update macOS Xcode tool checks do use Version class for comparisons instead of strings
2016-10-31 00:51:21 -04:00
dersvenhesse
70cc7790f6
Updated latest versions since XCode 8.1 release
2016-10-28 23:34:12 +02:00
dersvenhesse
4701eff45f
XCode 8.1 is stable
2016-10-27 23:35:52 +02:00
Markus Reiter
00b3dde0b2
RuboCop: MacOS
2016-09-25 00:16:31 +02:00
Markus Reiter
58e36c7319
Fix Style/GuardClause.
2016-09-24 12:24:35 +02:00
Markus Reiter
23eac7ab89
Fix DoubleNegation.
2016-09-23 15:30:06 +02:00
Mike McQuaid
9001855d64
Merge pull request #1086 from woodruffw/macho-cosmetics
...
Remove old cctools references now that only ruby-macho is used.
2016-09-23 10:40:08 +01:00
William Woodruff
846a5b79b6
Remove old cctools references now that only ruby-macho is used.
2016-09-22 14:36:24 -04:00
Dominyk Tiller
5575c17629
xcode: prefer Utils.popen_read
2016-09-22 18:15:47 +01:00
Dominyk Tiller
b089520682
xcode: revert expectation of 10.11 8.0 CLT
2016-09-22 18:15:47 +01:00
Dominyk Tiller
860f4bd11f
xcode: expect Xcode 8.0 on OS X 10.11
2016-09-22 17:30:56 +01:00
William Woodruff
d16e4a782e
os/mac: Delete old cctools-based relocation code.
...
Disable check for $HOMEBREW_NO_RUBY_MACHO now that no alternative exists.
2016-09-20 17:48:21 -04:00
Mike McQuaid
3f9cce0a03
Use new "macOS" naming where appropriate.
...
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
2016-09-18 19:57:19 +01:00
Mike McQuaid
3982950e61
rubocop --auto-correct all hash-rocket usage.
2016-09-17 16:14:13 +01:00
Dominyk Tiller
278ae8415c
Merge pull request #957 from DomT4/xcode_8_stable
...
xcode: 8.0 is no longer prerelease
2016-09-14 04:29:46 +01:00
Dominyk Tiller
ce359b208d
xcode: 8.0 is no longer prerelease
2016-09-14 03:40:43 +01:00
Dominyk Tiller
95e1ff6a11
pkg-config: update zlib for macOS Sierra
2016-09-14 03:01:47 +01:00
Mike McQuaid
caecead7a7
os/mac/xquartz: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
8271e35786
os/mac/xcode: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
00f5aa81f2
os/mac/version: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
f421374af1
os/mac/sdk: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
ecda1c9c54
os/mac/linkage_checker: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
6d1d3ff013
os/mac/cctools_mach: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
d1191c8bb0
os/mac/architecture_list: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Dominyk Tiller
397cd12440
pkg-config: update Sierra's sqlite version
2016-09-10 16:30:29 +01:00
William Woodruff
f0efaac5aa
Enable ruby-macho by default.
...
Flips HOMEBREW_RUBY_MACHO to HOMEBREW_NO_RUBY_MACHO.
2016-08-20 10:31:34 -04:00
Dominyk Tiller
6442cb3032
xcode: update expected clang for macOS 10.12
2016-08-19 01:59:33 +01:00
William Woodruff
97a66aa513
os/mac: Update ruby-macho calls for compatibility with 0.2.5.
...
Closes #656 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-08-11 22:34:49 +02:00