-
- Downloads
Better superenv support for Xcode elsewhere
- 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 Homebrew/homebrew#18618
Showing
- Library/ENV/4.3/xcrun 2 additions, 2 deletionsLibrary/ENV/4.3/xcrun
- Library/Homebrew/os/mac/xcode.rb 1 addition, 1 deletionLibrary/Homebrew/os/mac/xcode.rb
- Library/Homebrew/superenv.rb 4 additions, 11 deletionsLibrary/Homebrew/superenv.rb
- Library/Homebrew/superenv/macsystem.rb 1 addition, 11 deletionsLibrary/Homebrew/superenv/macsystem.rb
Please register or sign in to comment