aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ReleaseBundlingSupport.java
Commit message (Expand)AuthorAge
* 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
* Don't shell escape parameters to a non-shell action (environment plist).Gravatar Peter Schmitt2015-09-23
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parses the correct values of SDK, Platform and XCode version numbers when gen...Gravatar Anastasios Kakalis2015-09-15
* Support multiarchitecture objc libraries for both simulator and device archit...Gravatar Chris Parsons2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Base .entitlements (and related extension) files on the full target label as ...Gravatar Chris Parsons2015-09-09
* Fix Swift merge action to use combined arch binaryGravatar Dmitry Shevchenko2015-09-03
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-08-04
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules.Gravatar Lukacs Berki2015-07-30
* Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0.Gravatar Lukacs Berki2015-07-21
* Fix up registerEnvironmentPlistAction for bazel on Mac.Gravatar Googler2015-07-21
* Sets the correct properties in the Info.plist, based on the environment that theGravatar Googler2015-07-17
* Description redacted.Gravatar Googler2015-07-16
* Clean up ReleaseBundlingSupports calling of ShellCommands.Gravatar Googler2015-06-26
* Add two binary size optimizations when --compilation_mode=opt and --objc_enab...Gravatar Rumou Duan2015-06-23
* Rollback of commit 6af85020b520a9dd2bd913562b16716c29c3dbc3.Gravatar Laszlo Csomor2015-06-23
* Add two binary size optimizations when --compilation_mode=opt is specified:Gravatar Rumou Duan2015-06-18
* Add ability to compile objc_binary targets with Swift sources.Gravatar Googler2015-06-17
* Fix xctest_app sources not showing up in ios_test coverage.Gravatar Googler2015-06-11
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-06-05
* Extract version numbers that look like "..._1.2.3_..." from BUILD_EMBED_LABEL...Gravatar Googler2015-05-27
* Rollback of commit b66898e44d79ef67f856eaeae711bb461564a3c1.Gravatar Peter Schmitt2015-05-21
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-05-21
* 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
* Description redacted.Gravatar Googler2015-05-15
* Support --objc_generate_debug_symbols when --ios_multi_cpus is set.Gravatar Philipp Wollermann2015-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