aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
AgeCommit message (Collapse)Author
2013-11-08xcode: fix nil outdated comparison.Mike McQuaid
2013-11-01Fix CLT latest version check for 10.8/9Jack Nagel
Closes #23874.
2013-10-22Avoid comparing Xcode.version to floatsJack Nagel
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-23xcode: update to 5.0.1 on 10.8.Mike McQuaid
2013-10-22CLT: correctly find Mavericks CLT PKG.Mike McQuaid
Closes #23445.
2013-10-22Xcode: don't detect Mavericks CLT as Xcode.Mike McQuaid
2013-10-22CLT: rename Mavericks CLT path constant.Mike McQuaid
2013-10-22Assume unknown clang versions are post-Xcode 5Jack Nagel
2013-10-18Move MacOS modules under OS::Mac namespaceJack Nagel
Closes #23138.
2013-10-18Add OS.mac? and OS.linux?Jack Nagel
2013-10-06Recommend Xcode 5.0.1 GM on 10.9Jack Nagel
2013-10-04Add Xcode 5.0.1.Mike McQuaid
Closes #23040.
2013-10-04xcode: Xcode 5.0 is the latest on 10.8.Mike McQuaid
2013-08-30Fix wrong assumption in MacOS::Xcode.without_clt?Jack Nagel
Fixes #22221.
2013-08-09Move MacOS.xcode43_without_clt? into Xcode moduleJack Nagel
2013-07-21Cache pkgutil results at the sourceJack Nagel
2013-07-21Eliminate nested conditionalJack Nagel
2013-07-21Extract bundle_path method from Xcode#prefixJack Nagel
2013-07-21Update comment about CLTJack Nagel
This was worded in a confusing way, and made an assumption about future OS X versions that we don't know to be true. Also, it's probably wrong to state that the CLT location is dependent on the OS X version; surely there will be a newer CLT for 10.8 that gets installed in the same location as on 10.9. But we don't know any better yet.
2013-07-21Split up unreadable conditionalJack Nagel
2013-07-01CLT is just CLT now; not "for Xcode".Mike McQuaid
References #17383.
2013-06-26Detect Command Line Tools on Mavericks.David Rice
Closes #20774.
2013-06-17Fix Xcode builds on 10.9.Clemens Gruber
CLT-only builds are still broken and need to be fixed at some point. Closes #20524. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-15Avoid unnecessary float to string conversionJack Nagel
2013-06-13Xcode 4.6.3Jack Nagel
2013-06-11Recognize OS X 10.9 and Xcode 5.0Clemens Gruber
Closes #20410. Closes #20401. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-04Don't error out on unreleased OSX versions.Mike McQuaid
References #20142.
2013-05-23MacOS::Xcode.latest_version: add TigerMisty De Meo
2013-05-22MacOS.version in case statement doesn't work with rangesJack Nagel
2013-05-22Refactor Xcode/CLT version checksJack Nagel
2013-04-15Update for Xcode 4.6.2Ashley Towns
Closes #19227. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-15Avoid expensive Pathname concatenationJack Nagel
2013-03-21Better superenv support for Xcode elsewhereSamuel John
- The Library/ENV/4.3/xcrun shim now respects ENV['DEVELOPER_DIR'] instead assuming the location of /Applications/Xcode.app/Contents/Developer. - The env var DEVELOPER_DIR is set if it is not already. So, during superenv this var is always set and we no longer have to care about people with unset or wrongly set xcode-select stuff. This has been a major PITA in the past. - determine_developer_dir (which is used to set the DEVELOPER_DIR var) now uses MacOS::Xcode.prefix which is proven and very capable and uses splotlight correctly. - Replace (and remove) MacSystem.xcode43_developer_dir with Xcode.prefix Closes #18618
2013-03-14Xcode 4.6.1 is releasedJack Nagel
Closes #18481.
2013-03-11Portability fixes to run Homebrew on Linux systemsShaun Jackman
Closes #16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>