Skip to content

Commit

Permalink
Merge pull request #823 from bugsnag/app-extension-safe-api-only
Browse files Browse the repository at this point in the history
[PLAT-5030] Require Only App-Extension-Safe API
  • Loading branch information
nickdowell authored Sep 29, 2020
2 parents 5d918d4 + ad43e95 commit 86c4225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bugsnag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3019,6 +3019,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -3089,6 +3090,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down

0 comments on commit 86c4225

Please sign in to comment.