Skip to content

Commit 799e0f2

Browse files
committed
Rename run scripts to match target name
1 parent 6c0dcc1 commit 799e0f2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
isa = PBXAggregateTarget;
1212
buildConfigurationList = 6A28265417C69CB400C6A948 /* Build configuration list for PBXAggregateTarget "OpenSSL-iOS" */;
1313
buildPhases = (
14-
6A28265317C69CB400C6A948 /* OpenSSL */,
14+
6A28265317C69CB400C6A948 /* OpenSSL-iOS */,
1515
);
1616
dependencies = (
1717
);
@@ -22,7 +22,7 @@
2222
isa = PBXAggregateTarget;
2323
buildConfigurationList = 6A3C609217D5963700382DFF /* Build configuration list for PBXAggregateTarget "libssh2-iOS" */;
2424
buildPhases = (
25-
6A3C609117D5963700382DFF /* libssh2 */,
25+
6A3C609117D5963700382DFF /* libssh2-iOS */,
2626
);
2727
dependencies = (
2828
6A3C609D17D5964E00382DFF /* PBXTargetDependency */,
@@ -45,7 +45,7 @@
4545
isa = PBXAggregateTarget;
4646
buildConfigurationList = D0A330F316027F3700A616FA /* Build configuration list for PBXAggregateTarget "libgit2-iOS" */;
4747
buildPhases = (
48-
D0A330F616027F3B00A616FA /* libgit2 */,
48+
D0A330F616027F3B00A616FA /* libgit2-iOS */,
4949
);
5050
dependencies = (
5151
6A28265B17C69D6300C6A948 /* PBXTargetDependency */,
@@ -1194,28 +1194,28 @@
11941194
/* End PBXResourcesBuildPhase section */
11951195

11961196
/* Begin PBXShellScriptBuildPhase section */
1197-
6A28265317C69CB400C6A948 /* OpenSSL */ = {
1197+
6A28265317C69CB400C6A948 /* OpenSSL-iOS */ = {
11981198
isa = PBXShellScriptBuildPhase;
11991199
buildActionMask = 2147483647;
12001200
files = (
12011201
);
12021202
inputPaths = (
12031203
);
1204-
name = OpenSSL;
1204+
name = "OpenSSL-iOS";
12051205
outputPaths = (
12061206
);
12071207
runOnlyForDeploymentPostprocessing = 0;
12081208
shellPath = /bin/sh;
12091209
shellScript = script/update_libssl_ios;
12101210
};
1211-
6A3C609117D5963700382DFF /* libssh2 */ = {
1211+
6A3C609117D5963700382DFF /* libssh2-iOS */ = {
12121212
isa = PBXShellScriptBuildPhase;
12131213
buildActionMask = 2147483647;
12141214
files = (
12151215
);
12161216
inputPaths = (
12171217
);
1218-
name = libssh2;
1218+
name = "libssh2-iOS";
12191219
outputPaths = (
12201220
);
12211221
runOnlyForDeploymentPostprocessing = 0;
@@ -1236,14 +1236,14 @@
12361236
shellPath = /bin/sh;
12371237
shellScript = script/update_libgit2;
12381238
};
1239-
D0A330F616027F3B00A616FA /* libgit2 */ = {
1239+
D0A330F616027F3B00A616FA /* libgit2-iOS */ = {
12401240
isa = PBXShellScriptBuildPhase;
12411241
buildActionMask = 2147483647;
12421242
files = (
12431243
);
12441244
inputPaths = (
12451245
);
1246-
name = libgit2;
1246+
name = "libgit2-iOS";
12471247
outputPaths = (
12481248
);
12491249
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)