aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* Add default_ios_sdk_version attribute to xcode_version rules.Gravatar Chris Parsons2016-03-17
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Implementation for xcode_version and xcode_config rules.Gravatar Chris Parsons2015-11-25