Skip to content

Commit 658b8e9

Browse files
committed
Merge pull request #438 from nerdishbynature/add_module_map
Add modulemap file to iOS target
2 parents 000c101 + 222833d commit 658b8e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,7 @@
17001700
"External/libssh2-ios/lib",
17011701
"External/libgit2-ios",
17021702
);
1703+
MODULEMAP_FILE = ObjectiveGit.modulemap;
17031704
OTHER_LDFLAGS = (
17041705
"-lgit2-ios",
17051706
"-all_load",
@@ -1762,6 +1763,7 @@
17621763
"External/libssh2-ios/lib",
17631764
"External/libgit2-ios",
17641765
);
1766+
MODULEMAP_FILE = ObjectiveGit.modulemap;
17651767
OTHER_LDFLAGS = (
17661768
"-lgit2-ios",
17671769
"-all_load",
@@ -1792,6 +1794,7 @@
17921794
"External/libssh2-ios/lib",
17931795
"External/libgit2-ios",
17941796
);
1797+
MODULEMAP_FILE = ObjectiveGit.modulemap;
17951798
OTHER_LDFLAGS = (
17961799
"-lgit2-ios",
17971800
"-all_load",
@@ -1822,6 +1825,7 @@
18221825
"External/libssh2-ios/lib",
18231826
"External/libgit2-ios",
18241827
);
1828+
MODULEMAP_FILE = ObjectiveGit.modulemap;
18251829
OTHER_LDFLAGS = (
18261830
"-lgit2-ios",
18271831
"-all_load",

0 commit comments

Comments
 (0)