From 6c0dcc13961722315536ebccc838f2914bbb90f4 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 8 Aug 2015 21:02:00 -0600 Subject: [PATCH 1/2] Name the run scripts --- .../project.pbxproj | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ObjectiveGitFramework.xcodeproj/project.pbxproj b/ObjectiveGitFramework.xcodeproj/project.pbxproj index baa0ca6d6..b5d443e5d 100644 --- a/ObjectiveGitFramework.xcodeproj/project.pbxproj +++ b/ObjectiveGitFramework.xcodeproj/project.pbxproj @@ -11,7 +11,7 @@ isa = PBXAggregateTarget; buildConfigurationList = 6A28265417C69CB400C6A948 /* Build configuration list for PBXAggregateTarget "OpenSSL-iOS" */; buildPhases = ( - 6A28265317C69CB400C6A948 /* ShellScript */, + 6A28265317C69CB400C6A948 /* OpenSSL */, ); dependencies = ( ); @@ -22,7 +22,7 @@ isa = PBXAggregateTarget; buildConfigurationList = 6A3C609217D5963700382DFF /* Build configuration list for PBXAggregateTarget "libssh2-iOS" */; buildPhases = ( - 6A3C609117D5963700382DFF /* ShellScript */, + 6A3C609117D5963700382DFF /* libssh2 */, ); dependencies = ( 6A3C609D17D5964E00382DFF /* PBXTargetDependency */, @@ -34,7 +34,7 @@ isa = PBXAggregateTarget; buildConfigurationList = D0A330EE16027F1E00A616FA /* Build configuration list for PBXAggregateTarget "libgit2" */; buildPhases = ( - D0A330F116027F2300A616FA /* ShellScript */, + D0A330F116027F2300A616FA /* libgit2 */, ); dependencies = ( ); @@ -45,7 +45,7 @@ isa = PBXAggregateTarget; buildConfigurationList = D0A330F316027F3700A616FA /* Build configuration list for PBXAggregateTarget "libgit2-iOS" */; buildPhases = ( - D0A330F616027F3B00A616FA /* ShellScript */, + D0A330F616027F3B00A616FA /* libgit2 */, ); dependencies = ( 6A28265B17C69D6300C6A948 /* PBXTargetDependency */, @@ -1194,52 +1194,56 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 6A28265317C69CB400C6A948 /* ShellScript */ = { + 6A28265317C69CB400C6A948 /* OpenSSL */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); + name = OpenSSL; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = script/update_libssl_ios; }; - 6A3C609117D5963700382DFF /* ShellScript */ = { + 6A3C609117D5963700382DFF /* libssh2 */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); + name = libssh2; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = script/update_libssh2_ios; }; - D0A330F116027F2300A616FA /* ShellScript */ = { + D0A330F116027F2300A616FA /* libgit2 */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); + name = libgit2; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = script/update_libgit2; }; - D0A330F616027F3B00A616FA /* ShellScript */ = { + D0A330F616027F3B00A616FA /* libgit2 */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); + name = libgit2; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; From 799e0f23fa2a10a47508769b3a18886b382c0e6e Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 9 Aug 2015 10:18:10 -0600 Subject: [PATCH 2/2] Rename run scripts to match target name --- .../project.pbxproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ObjectiveGitFramework.xcodeproj/project.pbxproj b/ObjectiveGitFramework.xcodeproj/project.pbxproj index b5d443e5d..17c2f70d9 100644 --- a/ObjectiveGitFramework.xcodeproj/project.pbxproj +++ b/ObjectiveGitFramework.xcodeproj/project.pbxproj @@ -11,7 +11,7 @@ isa = PBXAggregateTarget; buildConfigurationList = 6A28265417C69CB400C6A948 /* Build configuration list for PBXAggregateTarget "OpenSSL-iOS" */; buildPhases = ( - 6A28265317C69CB400C6A948 /* OpenSSL */, + 6A28265317C69CB400C6A948 /* OpenSSL-iOS */, ); dependencies = ( ); @@ -22,7 +22,7 @@ isa = PBXAggregateTarget; buildConfigurationList = 6A3C609217D5963700382DFF /* Build configuration list for PBXAggregateTarget "libssh2-iOS" */; buildPhases = ( - 6A3C609117D5963700382DFF /* libssh2 */, + 6A3C609117D5963700382DFF /* libssh2-iOS */, ); dependencies = ( 6A3C609D17D5964E00382DFF /* PBXTargetDependency */, @@ -45,7 +45,7 @@ isa = PBXAggregateTarget; buildConfigurationList = D0A330F316027F3700A616FA /* Build configuration list for PBXAggregateTarget "libgit2-iOS" */; buildPhases = ( - D0A330F616027F3B00A616FA /* libgit2 */, + D0A330F616027F3B00A616FA /* libgit2-iOS */, ); dependencies = ( 6A28265B17C69D6300C6A948 /* PBXTargetDependency */, @@ -1194,28 +1194,28 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 6A28265317C69CB400C6A948 /* OpenSSL */ = { + 6A28265317C69CB400C6A948 /* OpenSSL-iOS */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = OpenSSL; + name = "OpenSSL-iOS"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = script/update_libssl_ios; }; - 6A3C609117D5963700382DFF /* libssh2 */ = { + 6A3C609117D5963700382DFF /* libssh2-iOS */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = libssh2; + name = "libssh2-iOS"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -1236,14 +1236,14 @@ shellPath = /bin/sh; shellScript = script/update_libgit2; }; - D0A330F616027F3B00A616FA /* libgit2 */ = { + D0A330F616027F3B00A616FA /* libgit2-iOS */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = libgit2; + name = "libgit2-iOS"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0;