aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/XcodeProvider.java
Commit message (Expand)AuthorAge
* Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolv...Gravatar Chris Parsons2015-08-26
* RELNOTES: Allow private headers in the srcs attribute. Add a warning if a fil...Gravatar Googler2015-08-20
* Deduplicate XCode target names in the dependencies propagated to XCode projects.Gravatar Michael Thvedt2015-08-20
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* For each objc target, export all xcdatamodels in the transitive closure to Xc...Gravatar Rumou Duan2015-06-30
* Xcode project file support for structured resources defined in attribute "str...Gravatar Rumou Duan2015-06-19
* Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a.Gravatar Googler2015-06-15
* Allow private header files in the srcs attribute of objc_* rules.Gravatar Googler2015-06-15
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* RELNOTES: Fix linking order for Bazel-generated XCode projects.Gravatar Googler2015-05-11
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-28
* Remove bundling and application specific build settings from generated compan...Gravatar Googler2015-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
* Description redacted.Gravatar Googler2015-04-21
* RELNOTES:Observe "non_propagated_deps" on objc rules in generated XCode proje...Gravatar Googler2015-04-16
* Always define OS_IOS in iOS builds.Gravatar Peter Schmitt2015-03-31
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Only use a single copy of a nested bundle with ios_multi_cpus.Gravatar Peter Schmitt2015-03-23
* Remove common java code between objc tools and rules.Gravatar Peter Schmitt2015-03-23
* Pass pre-processed label to Xcodegen so it can be used as an Xcode target nam...Gravatar Matthew DeVore2015-03-23
* Prevent clashing xcode targets for multiple architectures.Gravatar Peter Schmitt2015-03-20
* Xcode project files: Add dependencies on ios_extension from objc_binary corre...Gravatar Matthew DeVore2015-02-23
* Add a dummy source file to the Xcode targets for ios_extensions to make Xcode...Gravatar Matthew DeVore2015-02-22
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25