Skip to content

Commit

Permalink
Restore copying of headers to Build/RestKit
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Dec 2, 2011
1 parent e026566 commit ec13fb0
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion RestKit.xcodeproj/project.pbxproj
Expand Up @@ -1754,6 +1754,8 @@
25160D1214564E810060A5C5 /* Sources */,
25160D1314564E810060A5C5 /* Frameworks */,
25160D1414564E810060A5C5 /* Headers */,
25BB65871485D15C00D62E64 /* Copy Headers to Legacy Build Location */,
25BB65891485D17A00D62E64 /* Protect Copied Headers */,
);
buildRules = (
);
Expand Down Expand Up @@ -1827,7 +1829,7 @@
25160D0D14564E810060A5C5 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0430;
ORGANIZATIONNAME = RestKit;
};
buildConfigurationList = 25160D1014564E810060A5C5 /* Build configuration list for PBXProject "RestKit" */;
Expand Down Expand Up @@ -1977,6 +1979,34 @@
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
25BB65871485D15C00D62E64 /* Copy Headers to Legacy Build Location */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Headers to Legacy Build Location";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/sh Scripts/CopyHeadersToLegacyBuildDir.command";
shellScript = "";
};
25BB65891485D17A00D62E64 /* Protect Copied Headers */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Protect Copied Headers";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/sh Scripts/Protect.command";
shellScript = "";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit ec13fb0

Please sign in to comment.