Skip to content

Commit

Permalink
- Make libofx paths version-independent
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhill committed Jun 29, 2019
1 parent e9af723 commit 9e915b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions YDNYNAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,8 @@
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"/usr/local/Cellar/open-sp/1.5.2/lib",
/usr/local/Cellar/libofx/0.9.13/lib,
"/usr/local/opt/open-sp/lib",
/usr/local/opt/libofx/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
PRODUCT_BUNDLE_IDENTIFIER = com.justinhill.YDNYNAB;
Expand Down Expand Up @@ -951,8 +951,8 @@
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"/usr/local/Cellar/open-sp/1.5.2/lib",
/usr/local/Cellar/libofx/0.9.13/lib,
"/usr/local/opt/open-sp/lib",
/usr/local/opt/libofx/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
PRODUCT_BUNDLE_IDENTIFIER = com.justinhill.YDNYNAB;
Expand Down

0 comments on commit 9e915b2

Please sign in to comment.