mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Restore copying of headers to Build/RestKit
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user