aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java
Commit message (Expand)AuthorAge
* More refactor work on single-/multi- architecture accessor methods of AppleCo...Gravatar Chris Parsons2016-06-09
* Refactoring of Apple Platform detection and usage, to pave the way for non-IO...Gravatar Chris Parsons2016-05-30
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* Refactor spawnXcrunActionBuilder to take an explicit apple platform.Gravatar Chris Parsons2016-03-24
* Introduce ReleaseBundling class to contain all application specific informati...Gravatar Googler2016-03-23
* Allow passing custom entitlements for iOS signing.Gravatar Peter Schmitt2016-03-22
* Rollback of commit a9b84575a32476a5faf991da22b44661d75c19b6.Gravatar Cal Peyser2016-02-05
* Now that rules find their tools via runfiles, remove unneeded dependencies in...Gravatar Dave MacLachlan2016-02-04
* Propogate BAZEL_VERBOSE_FAILURES and BAZEL_SUBCOMMANDS to the execution envir...Gravatar Cal Peyser2016-01-15
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* 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
* 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
* Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.Gravatar Dave MacLachlan2015-11-06
* Fix up issue where plutil isn't always being found by xcrun due to a variety ...Gravatar Dave MacLachlan2015-11-06
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Use plutil instead of plmerge for converting strings files from text to binary.Gravatar Dave MacLachlan2015-10-30
* Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert the...Gravatar Dave MacLachlan2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Support multiarchitecture objc libraries for both simulator and device archit...Gravatar Chris Parsons2015-09-15
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Change URLs to bazelbuildGravatar Kristina Chodorow2015-09-01
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-08-04
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0.Gravatar Lukacs Berki2015-07-21
* Description redacted.Gravatar Googler2015-07-16
* Moves ibtoolzip from src/tools/xcode-common/j/c/g/devtools/ to src/tools/xcode.Gravatar Googler2015-07-08
* Deduplicate generated resources from multiple architectures.Gravatar Peter Schmitt2015-06-05
* Fixes for several issues with using ibtool.Gravatar Googler2015-05-22
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Clean up obcj rules by removing ObjcActionsBuilder.Gravatar Peter Schmitt2015-05-15
* Make ObjcBundleLibrary use the "families" attribute.Gravatar David Santiago2015-05-15
* Update command that builds storyboards to pass correct optionsGravatar David Santiago2015-05-07
* Remove unneeded final qualifiers from parameters.Gravatar Philipp Wollermann2015-04-30
* 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
* 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
* Remove common java code between objc tools and rules.Gravatar Peter Schmitt2015-03-23
* Simplify actoolzip argument flowGravatar Daniel Wagner-Hall2015-03-18
* Introduce ios_application rule.Gravatar Peter Schmitt2015-02-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25