Skip to content

Commit

Permalink
delete nested frameworks script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvol committed Oct 3, 2017
1 parent 05ec6f1 commit ad931c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RaspSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
9446ADAF1EF05B150036A603 /* Headers */,
9446ADB01EF05B150036A603 /* Resources */,
9446ADD01EF05B6B0036A603 /* Carthage */,
949F11AC1F834EBA00CEB1EB /* Delete Nested Framework(s) */,
);
buildRules = (
);
Expand Down Expand Up @@ -401,6 +402,20 @@
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
949F11AC1F834EBA00CEB1EB /* Delete Nested Framework(s) */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Delete Nested Framework(s)";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/\"\nif [[ -d \"Frameworks\" ]]; then\nrm -fr Frameworks\nfi";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit ad931c8

Please sign in to comment.