aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
diff options
context:
space:
mode:
authorGravatar Dmitry Shevchenko <dmishe@google.com>2016-07-27 21:19:35 +0000
committerGravatar Adam Michael <ajmichael@google.com>2016-07-28 18:36:30 -0400
commit47281b4a1e3be5077e13f5d2d1986c6105c26365 (patch)
treeb64390787a41c8f8b902e012d507648234a47176 /src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
parent0e75edb5a314fd2b8b977432d534ebe4027da548 (diff)
*** Reason for rollback *** Broke Play Books tests *** Original change description *** Include SwiftSupport directory into the IPA when an app contains Swift. * To pass App Store validation, an app that contains Swift code must have a SwiftSupport directory at the root of the IPA. -- MOS_MIGRATED_REVID=128627984
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
index 0ccc9d2752..7efef81544 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
@@ -320,14 +320,6 @@ public final class IntermediateArtifacts {
}
/**
- * Same as {@link #swiftFrameworksFileZip()} but used to put Swift dylibs at a different location
- * in SwiftSupport directory at the top of the IPA.
- */
- public Artifact swiftSupportZip() {
- return appendExtension(".swiftsupport.zip");
- }
-
- /**
* The temp zipped debug symbol bundle file which contains debug symbols generated by dsymutil.
*/
public Artifact tempDsymBundleZip(DsymOutputType dsymOutputType) {