From c31a143b56eb35d4776ac9c5ed8da78003770a4d Mon Sep 17 00:00:00 2001 From: Peter Schmitt Date: Wed, 15 Jun 2016 14:55:51 +0000 Subject: Fix entitlements substitution documentation. -- MOS_MIGRATED_REVID=124951254 --- .../com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java | 7 ++++--- 1 file 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.

- The following variables are substituted as per - their definitions in Apple's documentation: - $(AppIdentifierPrefix) and $(CFBundleIdentifier). + The following variables are substituted: $(CFBundleIdentifier) with the + bundle id and $(AppIdentifierPrefix) with the value of the + ApplicationIdentifierPrefix key from this target's provisioning profile (or + the default provisioning profile, if none is specified). */ .add(attr(ENTITLEMENTS_ATTR, LABEL).allowedFileTypes(ENTITLEMENTS_TYPE)) .add( -- cgit v1.2.3