aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple
Commit message (Expand)AuthorAge
...
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* fix typo for command line option: "default_ios_provisiong_profile" -> "defaul...Gravatar Googler2015-12-30
* cache SDKROOT value for local execution of actions using apple toolkitGravatar Chris Parsons2015-12-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Better error for invalid --ios_sdk_version.Gravatar Googler2015-12-08
* Find frameworks in System/ instead of in Developer/ for ios sdks 9.0 and laterGravatar Chris Parsons2015-12-08
* Change xcode_version flag to build category so it shows up in blaze auto-comp...Gravatar Dmitry Shevchenko2015-12-07
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Implementation for xcode_version and xcode_config rules.Gravatar Chris Parsons2015-11-25
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Add launch_storyboard for iOS bundles (apps, extensions).Gravatar Peter Schmitt2015-11-18
* Rename Platform.forArch to Platform.forIosArch, as it is truly doing the latter.Gravatar Chris Parsons2015-11-18
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02