File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
ObjectiveGitFramework.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1700
1700
"External/libssh2-ios/lib",
1701
1701
"External/libgit2-ios",
1702
1702
);
1703
+ MODULEMAP_FILE = ObjectiveGit.modulemap;
1703
1704
OTHER_LDFLAGS = (
1704
1705
"-lgit2-ios",
1705
1706
"-all_load",
1762
1763
"External/libssh2-ios/lib",
1763
1764
"External/libgit2-ios",
1764
1765
);
1766
+ MODULEMAP_FILE = ObjectiveGit.modulemap;
1765
1767
OTHER_LDFLAGS = (
1766
1768
"-lgit2-ios",
1767
1769
"-all_load",
1792
1794
"External/libssh2-ios/lib",
1793
1795
"External/libgit2-ios",
1794
1796
);
1797
+ MODULEMAP_FILE = ObjectiveGit.modulemap;
1795
1798
OTHER_LDFLAGS = (
1796
1799
"-lgit2-ios",
1797
1800
"-all_load",
1822
1825
"External/libssh2-ios/lib",
1823
1826
"External/libgit2-ios",
1824
1827
);
1828
+ MODULEMAP_FILE = ObjectiveGit.modulemap;
1825
1829
OTHER_LDFLAGS = (
1826
1830
"-lgit2-ios",
1827
1831
"-all_load",
You can’t perform that action at this time.
0 commit comments