aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java
Commit message (Expand)AuthorAge
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove --ios_multi_cpus (simulator & device) restriction on the objc_bundle_l...Gravatar Chris Parsons2017-01-30
* Remove some cases of inferring configuration and platform from ruleContext ou...Gravatar Chris Parsons2017-01-06
* Disable sandboxing for XibCompile actions.Gravatar Philipp Wollermann2016-12-21
* Disables sandbox for one more action.Gravatar Yue Gan2016-09-22
* Fixes actool invocation for watchOS2 targets.Gravatar Erik Abair2016-09-13
* 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