aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
diff options
context:
space:
mode:
authorGravatar Peter Schmitt <schmitt@google.com>2016-06-15 14:55:51 +0000
committerGravatar Yue Gan <yueg@google.com>2016-06-16 08:59:50 +0000
commitc31a143b56eb35d4776ac9c5ed8da78003770a4d (patch)
tree99a8c4002cc382edfeec83597c6b9f452d677e07 /src/main/java/com/google/devtools/build/lib/rules/objc
parentea402a67c257041435db11186c7f37f9695ad80c (diff)
Fix entitlements substitution documentation.
-- MOS_MIGRATED_REVID=124951254
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java7
1 files changed, 4 insertions, 3 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 ded917c61c..47cd99374b 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
@@ -996,9 +996,10 @@ public class ObjcRuleClasses {
for more information. If absent, the default entitlements from the
provisioning profile will be used.
<p>
- The following variables are substituted as per
- <a href="https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html">their definitions in Apple's documentation</a>:
- $(AppIdentifierPrefix) and $(CFBundleIdentifier).
+ The following variables are substituted: <code>$(CFBundleIdentifier)</code> with the
+ bundle id and <code>$(AppIdentifierPrefix)</code> with the value of the
+ <code>ApplicationIdentifierPrefix</code> key from this target's provisioning profile (or
+ the default provisioning profile, if none is specified).
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(attr(ENTITLEMENTS_ATTR, LABEL).allowedFileTypes(ENTITLEMENTS_TYPE))
.add(