Sign in
bazel
/
bazel
/
a45939bba2e85eb5f5941033e37dc2d6f8e87489
/
tools
/
osx
2004276
Prefixes xcodebuild with xcrun in order to avoid getting erroneous results when detecting the installed Xcode versions.
by Sergio Campama
· 8 years ago
34f47c8
Further improve error handling of xcode_configure.bzl
by Chris Parsons
· 8 years ago
b3aa6ce
Improve xcode-configure error messaging, and use "env -i" to clear environment for various processes
by Chris Parsons
· 8 years ago
6e071515
xcode locator prefers xcodes installed under /Applications/
by Chris Parsons
· 8 years ago
ddead0f
Fixes for generating xcode-locator-bin on Tulsi.
by Chris Parsons
· 8 years ago
7479f67
Check "xcodebuild -version" first before building the xcode locator.
by Chris Parsons
· 8 years ago
cc867d4
In local_xcode_config rule, when xcode-locator-bin fails (generally due to xcode not being installed), create a stub xcode_version target instead of a malformed one.
by Chris Parsons
· 9 years ago
3a5663f
Fix error message to actually use python string formatting
by Kristina Chodorow
· 9 years ago
381850e
xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed.
by Chris Parsons
· 9 years ago
5eb86fe
Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule.
by Chris Parsons
· 9 years ago
1442442
Remove breakpad support from bazel
by Dmitry Shevchenko
· 9 years ago
2a82c91
Makes the use of dump_syms_stub non-fatal.
by Erik Abair
· 9 years ago
bde5844
Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries.
by Cal Peyser
· 9 years ago