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 1691
1691
INFOPLIST_FILE = Info.plist;
1692
1692
LIBRARY_SEARCH_PATHS = (
1693
1693
"$(inherited)",
1694
+ /usr/local/opt/openssl/lib,
1694
1695
"$(PROJECT_DIR)/External/build/lib",
1695
1696
);
1696
1697
MODULEMAP_FILE = ObjectiveGit.modulemap;
1719
1720
INFOPLIST_FILE = Info.plist;
1720
1721
LIBRARY_SEARCH_PATHS = (
1721
1722
"$(inherited)",
1723
+ /usr/local/opt/openssl/lib,
1722
1724
"$(PROJECT_DIR)/External/build/lib",
1723
1725
);
1724
1726
MODULEMAP_FILE = ObjectiveGit.modulemap;
1958
1960
INFOPLIST_FILE = Info.plist;
1959
1961
LIBRARY_SEARCH_PATHS = (
1960
1962
"$(inherited)",
1963
+ /usr/local/opt/openssl/lib,
1961
1964
"$(PROJECT_DIR)/External/build/lib",
1962
1965
);
1963
1966
MODULEMAP_FILE = ObjectiveGit.modulemap;
2177
2180
INFOPLIST_FILE = Info.plist;
2178
2181
LIBRARY_SEARCH_PATHS = (
2179
2182
"$(inherited)",
2183
+ /usr/local/opt/openssl/lib,
2180
2184
"$(PROJECT_DIR)/External/build/lib",
2181
2185
);
2182
2186
MODULEMAP_FILE = ObjectiveGit.modulemap;
You can’t perform that action at this time.
0 commit comments