Fixed Articles xcconfig parameters
This commit is contained in:
parent
e2a25e6239
commit
d096c44ef5
|
@ -1,6 +1,6 @@
|
||||||
CODE_SIGN_IDENTITY = Mac Developer
|
CODE_SIGN_IDENTITY = Mac Developer
|
||||||
CODE_SIGN_STYLE = Automatic
|
CODE_SIGN_STYLE = Automatic
|
||||||
DEVELOPMENT_TEAM = M8L2WTLA8W
|
DEVELOPMENT_TEAM = 9C84TZ7Q6Z
|
||||||
|
|
||||||
// See the notes in NetNewsWire_target.xcconfig on why the
|
// See the notes in NetNewsWire_target.xcconfig on why the
|
||||||
// DeveloperSettings.xcconfig is #included here
|
// DeveloperSettings.xcconfig is #included here
|
||||||
|
@ -10,7 +10,6 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||||
SDKROOT = macosx
|
SDKROOT = macosx
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13
|
MACOSX_DEPLOYMENT_TARGET = 10.13
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 13.0
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0
|
||||||
|
|
||||||
CLANG_ENABLE_OBJC_WEAK = YES
|
CLANG_ENABLE_OBJC_WEAK = YES
|
||||||
SWIFT_VERSION = 5.0
|
SWIFT_VERSION = 5.0
|
||||||
COMBINE_HIDPI_IMAGES = YES
|
COMBINE_HIDPI_IMAGES = YES
|
||||||
|
@ -22,8 +21,8 @@ CURRENT_PROJECT_VERSION = 1
|
||||||
VERSION_INFO_PREFIX =
|
VERSION_INFO_PREFIX =
|
||||||
VERSIONING_SYSTEM = apple-generic
|
VERSIONING_SYSTEM = apple-generic
|
||||||
GCC_NO_COMMON_BLOCKS = YES
|
GCC_NO_COMMON_BLOCKS = YES
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu11
|
GCC_C_LANGUAGE_STANDARD = gnu99
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = gnu++14
|
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
|
||||||
CLANG_CXX_LIBRARY = libc++
|
CLANG_CXX_LIBRARY = libc++
|
||||||
CLANG_ENABLE_MODULES = YES
|
CLANG_ENABLE_MODULES = YES
|
||||||
CLANG_ENABLE_OBJC_ARC = YES
|
CLANG_ENABLE_OBJC_ARC = YES
|
||||||
|
@ -57,3 +56,4 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
|
||||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
|
||||||
CLANG_ANALYZER_NONNULL = YES
|
CLANG_ANALYZER_NONNULL = YES
|
||||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE
|
||||||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Off
|
||||||
|
|
Loading…
Reference in New Issue