From ec13fb03bd095e98607b4ab9467f8dab9486882d Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Fri, 2 Dec 2011 09:45:13 -0500 Subject: [PATCH] Restore copying of headers to Build/RestKit --- RestKit.xcodeproj/project.pbxproj | 32 ++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/RestKit.xcodeproj/project.pbxproj b/RestKit.xcodeproj/project.pbxproj index efc143761b..0daabb382b 100644 --- a/RestKit.xcodeproj/project.pbxproj +++ b/RestKit.xcodeproj/project.pbxproj @@ -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 */