aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ReleaseBundlingSupport.java
Commit message (Expand)AuthorAge
* Frameworks are propagated through host apps to search paths in tests, but are...Gravatar Cal Peyser2016-05-24
* Allow imports of dylib frameworks.Gravatar Peter Schmitt2016-05-19
* Refactor ios_split_cpu to be apple_split_cpu, in preparation for using it to ...Gravatar Chris Parsons2016-05-11
* Adds dSYMs from embedded extensions to the outputs of ios_application.Gravatar Dmitry Shevchenko2016-05-11
* Use SplitTransitionProvider to provide apple_binary's split transitionsGravatar Chris Parsons2016-05-11
* Adds a new flag for generation of dSYMs for all apple rules.Gravatar Dmitry Shevchenko2016-05-03
* Introduce apple_binary, which links together one or more c-family libraries a...Gravatar Chris Parsons2016-04-27
* Include debug entitlements by default when building non-release builds.Gravatar Peter Schmitt2016-04-27
* Always output entitlements plist in the XML formatGravatar Googler2016-04-25
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* *_test rules now return an .xctest.dSYM bundle.Gravatar Googler2016-04-01
* Add support for objc_generate_linkmap argument that controls whether a link m...Gravatar Dave MacLachlan2016-03-31
* Adds the dsym files to the ios_application output when using --objc_generate_...Gravatar Googler2016-03-30
* Rename ConfigurationDistinguisher.APPLICATION and ConfigurationDistinguisher....Gravatar Googler2016-03-30
* Move several naked strings over to constants as general code cleanup.Gravatar Dave MacLachlan2016-03-28
* 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
* Removes restriction on having both a launchimage and a launchstoryboard in a ...Gravatar Dave MacLachlan2016-03-11
* Simplify LaunchStoryboard plist generation to make it less error prone.Gravatar Dave MacLachlan2016-03-11
* Use $TMPDIR with mktemp in IPA signing action.Gravatar Peter Schmitt2016-03-08
* Simplify plmerge and bundlemerge by removing deprecated functionality.Gravatar Dave MacLachlan2016-02-29
* Add user-defined IPA post-processors.Gravatar Peter Schmitt2016-02-23
* Rollback of commit 60434dae746ed61f025fdfd0464993fa6a0ff1d2.Gravatar Cal Peyser2016-02-15
* --Gravatar Cal Peyser2016-02-11
* Rollback of commit a9b84575a32476a5faf991da22b44661d75c19b6.Gravatar Cal Peyser2016-02-05
* Pass DEVELOPER_DIR to environment_plist.sh.Gravatar Peter Schmitt2016-02-05
* Now that rules find their tools via runfiles, remove unneeded dependencies in...Gravatar Dave MacLachlan2016-02-04
* Make xctest extension for test bundles that have xctest=true defined. (It use...Gravatar Dave MacLachlan2016-02-03
* Plist generated for automatic entires is in GnuStep format.Gravatar Cal Peyser2016-02-03
* Infer minimum OS for plist merging from the bundling object instead of the cu...Gravatar Chris Parsons2016-02-01
* 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
* Propagate defines through xctest_appGravatar Googler2015-11-11
* 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
* Pass StdRedirect.dylib to ios_runner.sh.mac_template. So that we could use "x...Gravatar Googler2015-11-02
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Allow use of signing certificate name for iOS app signing.Gravatar Peter Schmitt2015-10-09
* Move several commands over to using xcrun instead of hardcoding tooling locat...Gravatar Dave MacLachlan2015-10-07
* Make breakpad file editing platform independent.Gravatar Peter Schmitt2015-09-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