aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ReleaseBundlingSupport.java
Commit message (Expand)AuthorAge
* Remove iossim from Bazel. Gravatar Dave MacLachlan2016-10-25
* Roll forward of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-05
* Rollback of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-04
* Add a way to select non-default Xcode toolchainGravatar Dmitry Shevchenko2016-10-04
* Disables sandbox for more actions.Gravatar Yue Gan2016-09-21
* Disables sandbox for this long action.Gravatar Yue Gan2016-09-21
* Set family to constant "watch" for watchOS2 extension and application.Gravatar Chris Parsons2016-09-06
* Use correct platform for Swift stdlib actions.Gravatar Dmitry Shevchenko2016-08-30
* apple_binary propagates appropriate dSYM information, and apple_watch2_extens...Gravatar Chris Parsons2016-08-30
* Appropriately set platform environment variables in release bundle plists.Gravatar Chris Parsons2016-08-30
* Expose some values needed for Apple code signing to Skylark.Gravatar Googler2016-08-25
* Avoid setting CFBundleExecutable on objc_bundle_library plistsGravatar Chris Parsons2016-08-23
* Propagate DEVELOPER_DIR environment variable to the apple release bundling co...Gravatar Chris Parsons2016-08-18
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Roll forward of commit 05c0bd286b3802ad3d7faf48bc19e86929a9cf6d:Gravatar Dmitry Shevchenko2016-07-29
* Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51.Gravatar Dmitry Shevchenko2016-07-28
* Include SwiftSupport directory into the IPA when an app contains Swift.Gravatar Dmitry Shevchenko2016-07-28
* make StdRedirect available in the runfiles.Gravatar Googler2016-06-27
* Remove breakpad support from bazelGravatar Dmitry Shevchenko2016-06-21
* Remove --objc_generate_debug_symbols flagGravatar Dmitry Shevchenko2016-06-21
* 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
* By default, don't create the .runfiles/workspace/external/repo dirsGravatar Kristina Chodorow2016-05-27
* 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