Skip to content

Commit

Permalink
Fixes dylib linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed Apr 15, 2020
1 parent f0c36dd commit fc46efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyBeaver.xcodeproj/project.pbxproj
Expand Up @@ -391,7 +391,7 @@
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.8.3;
OTHER_CFLAGS = "$(inherited)";
Expand Down Expand Up @@ -426,7 +426,7 @@
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.8.3;
OTHER_CFLAGS = "$(inherited)";
Expand Down

0 comments on commit fc46efb

Please sign in to comment.