File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
ObjectiveGitFramework.xcodeproj Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1693
1693
);
1694
1694
MODULEMAP_FILE = ObjectiveGit.modulemap;
1695
1695
OTHER_LDFLAGS = (
1696
- "-lgit2",
1697
1696
"-force_load",
1698
1697
External/libgit2.a,
1699
1698
External/libssh2.a,
1700
1699
"-lcrypto",
1701
- "-lssl",
1702
- "-lcurl",
1703
1700
);
1704
1701
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
1705
1702
PRODUCT_NAME = ObjectiveGit;
1724
1721
);
1725
1722
MODULEMAP_FILE = ObjectiveGit.modulemap;
1726
1723
OTHER_LDFLAGS = (
1727
- "-lgit2",
1728
1724
"-force_load",
1729
1725
External/libgit2.a,
1730
1726
External/libssh2.a,
1731
1727
"-lcrypto",
1732
- "-lssl",
1733
- "-lcurl",
1734
1728
);
1735
1729
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
1736
1730
PRODUCT_NAME = ObjectiveGit;
1970
1964
);
1971
1965
MODULEMAP_FILE = ObjectiveGit.modulemap;
1972
1966
OTHER_LDFLAGS = (
1973
- "-lgit2",
1974
1967
"-force_load",
1975
1968
External/libgit2.a,
1976
1969
External/libssh2.a,
1977
1970
"-lcrypto",
1978
- "-lssl",
1979
- "-lcurl",
1980
1971
);
1981
1972
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
1982
1973
PRODUCT_NAME = ObjectiveGit;
2193
2184
);
2194
2185
MODULEMAP_FILE = ObjectiveGit.modulemap;
2195
2186
OTHER_LDFLAGS = (
2196
- "-lgit2",
2197
2187
"-force_load",
2198
2188
External/libgit2.a,
2199
2189
External/libssh2.a,
2200
2190
"-lcrypto",
2201
- "-lssl",
2202
- "-lcurl",
2203
2191
);
2204
2192
PRODUCT_BUNDLE_IDENTIFIER = "org.libgit2.$(PRODUCT_NAME:rfc1034identifier)";
2205
2193
PRODUCT_NAME = ObjectiveGit;
You can’t perform that action at this time.
0 commit comments