aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBundleLibrary.java
Commit message (Expand)AuthorAge
* 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
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Support multiarchitecture objc libraries for both simulator and device archit...Gravatar Chris Parsons2015-09-15
* Allow resources to be added only once in each rule.Gravatar Peter Schmitt2015-06-29
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Simplify ConfiguredTarget construction.Gravatar Peter Schmitt2015-05-15
* Make ObjcBundleLibrary use the "families" attribute.Gravatar David Santiago2015-05-15
* Add a genrule that generates a dummy J2ObjC dead code removal script in tools...Gravatar Googler2015-05-15
* Execute the plist merge action if there is a bundle id to stamp onto the plis...Gravatar Googler2015-04-30
* 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
* objc: Pass --embed_label to iOS application Info.plist filesGravatar Daniel Wagner-Hall2015-04-08
* 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
* Remove common java code between objc tools and rules.Gravatar Peter Schmitt2015-03-23
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* 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