aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ReleaseBundlingSupport.java
Commit message (Expand)AuthorAge
* 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
* Remove bundling and application specific build settings from generated compan...Gravatar Googler2015-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
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Quote %sdk_version% and %sim_device% in the template var.Gravatar Googler2015-04-15
* objc: Preserve existing version strings if no value is specified to --embed_l...Gravatar Daniel Wagner-Hall2015-04-09
* objc: Pass --embed_label to iOS application Info.plist filesGravatar Daniel Wagner-Hall2015-04-08
* Pull compilation support out of ObjcActionsBuilderGravatar Daniel Wagner-Hall2015-04-08
* Sign bundles for device if ios_multi_cpu contains device cpus.Gravatar Peter Schmitt2015-03-26
* 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
* Only load default_provisioning_profile if we need oneGravatar Daniel Wagner-Hall2015-03-20
* Configurable attributes for ios_cpu should work under ios_multi_cpus.Gravatar Peter Schmitt2015-03-20
* Allow ios_application in xctest_app attribute.Gravatar Peter Schmitt2015-03-16
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* RELNOTES: Allow users to set the simulated device, SDK, and environment from ...Gravatar Googler2015-03-13
* Move bundle_id storage from BundleMergeControlBytes to Bundling to fix a case...Gravatar Googler2015-03-13
* RELNOTES: Invoking blaze run on an objc_binary target launches iossim with th...Gravatar Googler2015-03-04
* Introduce ios_application rule.Gravatar Peter Schmitt2015-02-25
* Pass bundle_id attribute to PlMerge if it is explicitly setGravatar Googler2015-02-25
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20