aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-05-19 17:09:34 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-05-19 18:05:21 +0000
commit5d54cec0b27ba9aef183b46a354af061860eff23 (patch)
tree3e94c11700a2dfb2f777dc131aa2e30f6811107a /src
parent53e03915813b537564b77b8051d78aa9bbb6cdf1 (diff)
ipa_post_processor for ios_extensions uses PlugIns directory instead of Payload
CLEANUP=<fixing documentation> -- MOS_MIGRATED_REVID=122743083
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java5
1 files changed, 3 insertions, 2 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 b11e26fba9..9a432ab293 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
@@ -1108,8 +1108,9 @@ public class ObjcRuleClasses {
<p>
The tool is invoked with a single positional argument which represents the path to a
directory containing the unzipped contents of the IPA. The only entry in this directory
- will be the <code>Payload</code> root directory of the IPA. Any changes made by the tool
- must be made in this directory, whose contents will be (optionally) signed and then
+ will be the <code>Payload</code> root directory of the IPA (for an ios_application) or
+ the <code>PlugIns</code> root directory (for an ios_extension). Any changes made by the
+ tool must be made in this directory, whose contents will be (optionally) signed and then
zipped up as the final IPA after the tool terminates.
<p>
The tool's execution must be hermetic given these inputs to ensure that its result can be