Skip to content

Commit

Permalink
Disable use of non-extension safe API
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Kramer committed Mar 3, 2015
1 parent 8df6e6f commit d6fa35f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@
baseConfigurationReference = 0BA2A8F219FFDC7F00B28783 /* DynamicLibrary-iOS.xcconfig */;
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 @@ -1326,6 +1327,7 @@
baseConfigurationReference = 0BA2A8F219FFDC7F00B28783 /* DynamicLibrary-iOS.xcconfig */;
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 @@ -1370,6 +1372,7 @@
baseConfigurationReference = 0BA2A8F219FFDC7F00B28783 /* DynamicLibrary-iOS.xcconfig */;
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 @@ -1414,6 +1417,7 @@
baseConfigurationReference = 0BA2A8F219FFDC7F00B28783 /* DynamicLibrary-iOS.xcconfig */;
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 d6fa35f

Please sign in to comment.