aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-04-28 17:37:05 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-04-28 21:13:40 +0000
commit80dd39827fc80870fd95ec0ab78c032ac1904bc6 (patch)
tree180b8d09f0477341ffbd7f2259892cf13e25d967 /src
parentefa02e4703e5e7d361d97181a8cf92a3627af488 (diff)
Update documentations for attribute bundle_id on objc rules to explain bundle id override.
-- MOS_MIGRATED_REVID=92262226
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
index 107abfe392..0180fbccf6 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
@@ -901,7 +901,9 @@ public class ObjcRuleClasses {
The bundle ID (reverse-DNS path followed by app name) of the binary.
${SYNOPSIS}
- If none is specified, a junk value will be used.
+ If specified, it will override the bundle ID specified in the associated plist file. If
+ no bundle ID is specified on either this attribute or in the plist file, a junk value
+ will be used.
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(attr("bundle_id", STRING)
.value(new Attribute.ComputedDefault() {