aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/Bundling.java
Commit message (Expand)AuthorAge
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* Move several naked strings over to constants as general code cleanup.Gravatar Dave MacLachlan2016-03-28
* Introduce ReleaseBundling class to contain all application specific informati...Gravatar Googler2016-03-23
* Remove infoplists from objc_options. They aren't used anymore (last case remo...Gravatar Dave MacLachlan2016-03-14
* Get rid of duplicated strings for IosTest attributes because I'm always paran...Gravatar Dave MacLachlan2016-02-22
* Enable objc targets that produce bundles to specify multiple plist files with...Gravatar Cal Peyser2016-01-11
* Ensure that the plist inside an .ipa bundle produced by blaze and the adjacen...Gravatar Cal Peyser2016-01-04
* Rollback of commit d46f474733b048d9ef10dd13ec639b4521693d0a.Gravatar Googler2015-12-22
* Ensure that the plist inside an .ipa bundle produced by blaze and the adjacen...Gravatar Googler2015-12-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add launch_storyboard for iOS bundles (apps, extensions).Gravatar Peter Schmitt2015-11-18
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Add ability to compile objc_binary targets with Swift sources.Gravatar Googler2015-06-17
* Deduplicate generated resources from multiple architectures.Gravatar Peter Schmitt2015-06-05
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-28
* Description redacted.Gravatar Peter Schmitt2015-04-24
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-23
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Only use a single copy of a nested bundle with ios_multi_cpus.Gravatar Peter Schmitt2015-03-23
* Move bundle_id storage from BundleMergeControlBytes to Bundling to fix a case...Gravatar Googler2015-03-13
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25