Skip to content

Commit

Permalink
Merge pull request #1165 from petergp/feature/allow-app-extension-api…
Browse files Browse the repository at this point in the history
…-only

Enabled allow app extension api only
  • Loading branch information
nuclearace authored Nov 7, 2020
2 parents 36db2ff + 0df634a commit 9433f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Socket.IO-Client-Swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -743,6 +744,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down

0 comments on commit 9433f60

Please sign in to comment.