From 248fb271361a9c11f88a1fd6440495a11bfcebe7 Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Thu, 16 Feb 2017 09:39:46 +1100 Subject: [PATCH] Ensure that only API compatible with Application Extensions is used --- Diff.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Diff.xcodeproj/project.pbxproj b/Diff.xcodeproj/project.pbxproj index e4f4e8c..bbfc228 100644 --- a/Diff.xcodeproj/project.pbxproj +++ b/Diff.xcodeproj/project.pbxproj @@ -291,6 +291,7 @@ baseConfigurationReference = 900E03AF1DE7F1E80033A799 /* Deployment-Targets.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -343,6 +344,7 @@ baseConfigurationReference = 900E03AF1DE7F1E80033A799 /* Deployment-Targets.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++";