Skip to content

Commit 6f991a9

Browse files
author
Keith Duncan
committed
Remove public headers path setting from the project
This was being inherited in the framework inappropriately, this removes the project setting because the static targets already have the value in their config and reverts the framework target back to the default.
1 parent ff891ea commit 6f991a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,6 @@
15431543
"$(inherited)",
15441544
"-DGIT_SSH",
15451545
);
1546-
PUBLIC_HEADERS_FOLDER_PATH = include/ObjectiveGit;
15471546
TEST_AFTER_BUILD = NO;
15481547
};
15491548
name = Debug;
@@ -1568,7 +1567,6 @@
15681567
"$(inherited)",
15691568
"-DGIT_SSH",
15701569
);
1571-
PUBLIC_HEADERS_FOLDER_PATH = include/ObjectiveGit;
15721570
TEST_AFTER_BUILD = NO;
15731571
};
15741572
name = Release;
@@ -1677,7 +1675,6 @@
16771675
"$(inherited)",
16781676
"-DGIT_SSH",
16791677
);
1680-
PUBLIC_HEADERS_FOLDER_PATH = include/ObjectiveGit;
16811678
TEST_AFTER_BUILD = NO;
16821679
};
16831680
name = Profile;

0 commit comments

Comments
 (0)