Skip to content

Commit 4b839c5

Browse files
authored
Merge pull request #42 from tonyarnold/fix/application-extension-api-only
Ensure that only API compatible with Application Extensions is used
2 parents 39b3a0c + 248fb27 commit 4b839c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
291291
baseConfigurationReference = 900E03AF1DE7F1E80033A799 /* Deployment-Targets.xcconfig */;
292292
buildSettings = {
293293
ALWAYS_SEARCH_USER_PATHS = NO;
294+
APPLICATION_EXTENSION_API_ONLY = YES;
294295
CLANG_ANALYZER_NONNULL = YES;
295296
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
296297
CLANG_CXX_LIBRARY = "libc++";
@@ -343,6 +344,7 @@
343344
baseConfigurationReference = 900E03AF1DE7F1E80033A799 /* Deployment-Targets.xcconfig */;
344345
buildSettings = {
345346
ALWAYS_SEARCH_USER_PATHS = NO;
347+
APPLICATION_EXTENSION_API_ONLY = YES;
346348
CLANG_ANALYZER_NONNULL = YES;
347349
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
348350
CLANG_CXX_LIBRARY = "libc++";

0 commit comments

Comments
 (0)