Fix “linking against dylib not safe for use in application extensions” warning for watch extension demo

This commit is contained in:
DreamPiggy 2017-11-05 07:58:44 +08:00
parent 8e46c13bcd
commit 2dd61393ed
1 changed files with 2 additions and 0 deletions

View File

@ -942,6 +942,7 @@
43A62A111D0E07600089D7DD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
@ -979,6 +980,7 @@
43A62A121D0E07600089D7DD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";