Skip to content

Commit

Permalink
Merge pull request #57 from daltonclaybrook/carthage_framework_search…
Browse files Browse the repository at this point in the history
…_paths_fix

Update framework search paths to find XCFrameworks
  • Loading branch information
dreampiggy authored May 6, 2021
2 parents a1ea3c7 + 0d018b5 commit 3a7ac0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDWebImageWebPCoder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
DEFINES_MODULE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build";
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -579,6 +580,7 @@
DEFINES_MODULE = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build";
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
Expand Down

0 comments on commit 3a7ac0f

Please sign in to comment.