Skip to content

Commit c58d073

Browse files
committed
Reorder build phases compile + link happens last
Otherwise, a clean build would error because the `git2` headers haven't been copied yet.
1 parent e202895 commit c58d073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,12 +1478,12 @@
14781478
isa = PBXNativeTarget;
14791479
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "ObjectiveGit-Mac" */;
14801480
buildPhases = (
1481-
8DC2EF540486A6940098B216 /* Sources */,
14821481
8DC2EF520486A6940098B216 /* Resources */,
1483-
8DC2EF560486A6940098B216 /* Frameworks */,
14841482
79262F0F13C697BE00A4B1EA /* Copy git2 Headers */,
14851483
BEF7E4DF1A3A47450035BB8E /* Copy git2 Headers again */,
14861484
8DC2EF500486A6940098B216 /* Headers */,
1485+
8DC2EF540486A6940098B216 /* Sources */,
1486+
8DC2EF560486A6940098B216 /* Frameworks */,
14871487
4D751E9D215D765D003CD3CE /* Package external libraries */,
14881488
);
14891489
buildRules = (
@@ -1501,9 +1501,9 @@
15011501
isa = PBXNativeTarget;
15021502
buildConfigurationList = D01B6EE619F82E2000D411BC /* Build configuration list for PBXNativeTarget "ObjectiveGit-iOS" */;
15031503
buildPhases = (
1504+
D01B6ED019F82E2000D411BC /* Headers */,
15041505
D01B6ECE19F82E2000D411BC /* Sources */,
15051506
D01B6ECF19F82E2000D411BC /* Frameworks */,
1506-
D01B6ED019F82E2000D411BC /* Headers */,
15071507
);
15081508
buildRules = (
15091509
);

0 commit comments

Comments
 (0)