Skip to content

Commit

Permalink
Fix header interface generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Dec 19, 2017
1 parent c0c3822 commit 28a1757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SwiftGit2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
baseConfigurationReference = BEB31F501A0D75EE00F525B9 /* iOS-Framework.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
External/libgit2/include,
"$(SRCROOT)/External/libgit2/include",
"$(inherited)",
);
INFOPLIST_FILE = SwiftGit2/Info.plist;
Expand Down Expand Up @@ -868,7 +868,7 @@
baseConfigurationReference = BEB31F501A0D75EE00F525B9 /* iOS-Framework.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
External/libgit2/include,
"$(SRCROOT)/External/libgit2/include",
"$(inherited)",
);
INFOPLIST_FILE = SwiftGit2/Info.plist;
Expand Down Expand Up @@ -988,7 +988,7 @@
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
External/libgit2/include,
"$(SRCROOT)/External/libgit2/include",
"$(inherited)",
);
INFOPLIST_FILE = SwiftGit2/Info.plist;
Expand Down Expand Up @@ -1016,7 +1016,7 @@
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
External/libgit2/include,
"$(SRCROOT)/External/libgit2/include",
"$(inherited)",
);
INFOPLIST_FILE = SwiftGit2/Info.plist;
Expand Down

0 comments on commit 28a1757

Please sign in to comment.