Skip to content

Commit

Permalink
Remove shell script phase for copying resources to test bundle; this …
Browse files Browse the repository at this point in the history
…should be automatic now
  • Loading branch information
stig authored and Michael Ochs committed Feb 5, 2013
1 parent 72da449 commit dfdf7af
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions SBJson.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@
BCC2626E13920FC7003D9994 /* Sources */,
BCC2626F13920FC7003D9994 /* Frameworks */,
BCC2627013920FC7003D9994 /* Resources */,
A0E92BF5162772BB0091EDF6 /* ShellScript */,
BCC2627113920FC7003D9994 /* ShellScript */,
);
buildRules = (
Expand Down Expand Up @@ -577,20 +576,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
A0E92BF5162772BB0091EDF6 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Tests/\"\ncp -r \"${PROJECT_DIR}/Tests/Data/\" \"${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Tests/Data\"";
};
BC1232501391D5CC00131607 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit dfdf7af

Please sign in to comment.