Skip to content

Commit

Permalink
Add APPLICATION_EXTENSION_API_ONLY = YES;
Browse files Browse the repository at this point in the history
resolve linking against dylib not safe for application extension issue
  • Loading branch information
wangjoshuah authored and billinghamj committed Oct 29, 2016
1 parent 961b309 commit 1a56aca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JSONModel.xcodeproj/project.pbxproj
Expand Up @@ -231,6 +231,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 @@ -280,6 +281,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 @@ -321,6 +323,7 @@
92C9BC541B19A51100D79B06 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -338,6 +341,7 @@
92C9BC551B19A51100D79B06 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down

0 comments on commit 1a56aca

Please sign in to comment.