Skip to content

Commit 8945bc3

Browse files
committed
Enable the extension safe API build settings for Carthage user. CocoaPods does this automatically.
1 parent 826c524 commit 8945bc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SDWebImageLinkPlugin.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
isa = XCBuildConfiguration;
286286
buildSettings = {
287287
ALWAYS_SEARCH_USER_PATHS = NO;
288+
APPLICATION_EXTENSION_API_ONLY = YES;
288289
CLANG_ANALYZER_NONNULL = YES;
289290
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
290291
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -347,6 +348,7 @@
347348
isa = XCBuildConfiguration;
348349
buildSettings = {
349350
ALWAYS_SEARCH_USER_PATHS = NO;
351+
APPLICATION_EXTENSION_API_ONLY = YES;
350352
CLANG_ANALYZER_NONNULL = YES;
351353
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
352354
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";

0 commit comments

Comments
 (0)