Skip to content

Commit

Permalink
Merge pull request #124 from JamieWhite/AppExtensionAPIOnly
Browse files Browse the repository at this point in the history
Enabling app extension API only
  • Loading branch information
MatthewYork authored Oct 14, 2016
2 parents 682c271 + 2dced1c commit 31efdb2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@
908837DC1B637C240063096B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -721,6 +722,7 @@
908837DD1B637C240063096B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
Expand Down Expand Up @@ -749,6 +751,7 @@
E2A14E601D94155E00645D6B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
Expand Down Expand Up @@ -783,6 +786,7 @@
E2A14E611D94155E00645D6B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
Expand Down Expand Up @@ -988,6 +992,7 @@
E2A14E611D94155E00645D6B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F0F08D9618D9E80E00214C6B /* Build configuration list for PBXProject "DateToolsExample" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit 31efdb2

Please sign in to comment.