aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeVersionProperties.java
Commit message (Expand)AuthorAge
* Migrate remaining apple-related skylark types to skylarkbuildapiGravatar cparsons2018-06-01
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Fills out some macOS support needed for the bundler.Gravatar Googler2017-02-02
* Expands the number of attributes that XcodeVersionProperties provides to Skyl...Gravatar Sergio Campama2017-01-30
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* ios_device attribute "xcode", which takes an "xcode_version" target to select...Gravatar Chris Parsons2016-04-08
* Implement default_{tvos,watchos,macosx}_sdk_version attributes for the xcode_...Gravatar Chris Parsons2016-03-23
* Add default_ios_sdk_version attribute to xcode_version rules.Gravatar Chris Parsons2016-03-17