summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2015-07-07 03:38:42 +0000
committerJason Molenda <jmolenda@apple.com>2015-07-07 03:38:42 +0000
commit27467eab812b0aa85515ae0d6bcce2e41d098f35 (patch)
tree47494c4e4051270fc360d59d0aa41b781e5c2aa5
parent8aaf517db73668a59616828a412d33bd829d3008 (diff)
downloadbcm5719-llvm-27467eab812b0aa85515ae0d6bcce2e41d098f35.tar.gz
bcm5719-llvm-27467eab812b0aa85515ae0d6bcce2e41d098f35.zip
For the "ios" target add a shell script phase at the end which
removes the LLDB.framework/Resources and LLDB.framework/Swift directories. This isn't a deep bundle on ios builds; it is shallow. <rdar://problem/16676101> llvm-svn: 241540
-rw-r--r--lldb/lldb.xcodeproj/project.pbxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj
index b304ef7ab7a..cc789e5aa36 100644
--- a/lldb/lldb.xcodeproj/project.pbxproj
+++ b/lldb/lldb.xcodeproj/project.pbxproj
@@ -55,6 +55,7 @@
buildConfigurationList = 26CEF3BD14FD596A007286B2 /* Build configuration list for PBXAggregateTarget "ios" */;
buildPhases = (
AFF87C85150FF5CC000E1742 /* CopyFiles */,
+ AF3059151B4B390800E25622 /* Run Script - remove unneeded Resources and Swift dirs from iOS LLDB.framework bundle */,
);
dependencies = (
26CEF3C214FD5973007286B2 /* PBXTargetDependency */,
@@ -5821,6 +5822,21 @@
shellPath = /bin/sh;
shellScript = "sh $SRCROOT/scripts/finish-swig-wrapper-classes.sh $SRCROOT $TARGET_BUILD_DIR $CONFIGURATION_BUILD_DIR \"\"";
};
+ AF3059151B4B390800E25622 /* Run Script - remove unneeded Resources and Swift dirs from iOS LLDB.framework bundle */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 12;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Run Script - remove unneeded Resources and Swift dirs from iOS LLDB.framework bundle";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = "/bin/sh -x";
+ shellScript = "/bin/rm -rf \"$INSTALL_ROOT/System/Library/PrivateFrameworks/LLDB.framework/Resources\" \"$INSTALL_ROOT/System/Library/PrivateFrameworks/LLDB.framework/Swift\"";
+ showEnvVarsInLog = 0;
+ };
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
OpenPOWER on IntegriCloud