Restore copying of headers to Build/RestKit

This commit is contained in:
Blake Watters
2011-12-02 09:45:13 -05:00
parent e0265661e2
commit ec13fb03bd

View File

@@ -1754,6 +1754,8 @@
25160D1214564E810060A5C5 /* Sources */,
25160D1314564E810060A5C5 /* Frameworks */,
25160D1414564E810060A5C5 /* Headers */,
25BB65871485D15C00D62E64 /* Copy Headers to Legacy Build Location */,
25BB65891485D17A00D62E64 /* Protect Copied Headers */,
);
buildRules = (
);
@@ -1827,7 +1829,7 @@
25160D0D14564E810060A5C5 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0430;
ORGANIZATIONNAME = RestKit;
};
buildConfigurationList = 25160D1014564E810060A5C5 /* Build configuration list for PBXProject "RestKit" */;
@@ -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 */