File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ObjectiveGitFramework.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1687
1687
INFOPLIST_FILE = Info.plist;
1688
1688
LIBRARY_SEARCH_PATHS = (
1689
1689
"$(inherited)",
1690
- /usr/local/opt/openssl/lib,
1690
+ " /usr/local/opt/openssl@1.1 /lib" ,
1691
1691
"$(PROJECT_DIR)/External/build/lib",
1692
1692
);
1693
1693
MODULEMAP_FILE = ObjectiveGit.modulemap;
1716
1716
INFOPLIST_FILE = Info.plist;
1717
1717
LIBRARY_SEARCH_PATHS = (
1718
1718
"$(inherited)",
1719
- /usr/local/opt/openssl/lib,
1719
+ " /usr/local/opt/openssl@1.1 /lib" ,
1720
1720
"$(PROJECT_DIR)/External/build/lib",
1721
1721
);
1722
1722
MODULEMAP_FILE = ObjectiveGit.modulemap;
1956
1956
INFOPLIST_FILE = Info.plist;
1957
1957
LIBRARY_SEARCH_PATHS = (
1958
1958
"$(inherited)",
1959
- /usr/local/opt/openssl/lib,
1959
+ " /usr/local/opt/openssl@1.1 /lib" ,
1960
1960
"$(PROJECT_DIR)/External/build/lib",
1961
1961
);
1962
1962
MODULEMAP_FILE = ObjectiveGit.modulemap;
2176
2176
INFOPLIST_FILE = Info.plist;
2177
2177
LIBRARY_SEARCH_PATHS = (
2178
2178
"$(inherited)",
2179
- /usr/local/opt/openssl/lib,
2179
+ " /usr/local/opt/openssl@1.1 /lib" ,
2180
2180
"$(PROJECT_DIR)/External/build/lib",
2181
2181
);
2182
2182
MODULEMAP_FILE = ObjectiveGit.modulemap;
You can’t perform that action at this time.
0 commit comments