Skip to content

Commit bd1f497

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 bd1f497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

+2-2
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 = (

0 commit comments

Comments
 (0)