Fixed Articles xcconfig parameters

This commit is contained in:
Maurice Parker 2019-09-25 10:38:13 -05:00
parent e2a25e6239
commit d096c44ef5
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
CODE_SIGN_IDENTITY = Mac Developer
CODE_SIGN_STYLE = Automatic
DEVELOPMENT_TEAM = M8L2WTLA8W
DEVELOPMENT_TEAM = 9C84TZ7Q6Z
// See the notes in NetNewsWire_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here
@ -10,7 +10,6 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13
IPHONEOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES
@ -22,8 +21,8 @@ CURRENT_PROJECT_VERSION = 1
VERSION_INFO_PREFIX =
VERSIONING_SYSTEM = apple-generic
GCC_NO_COMMON_BLOCKS = YES
GCC_C_LANGUAGE_STANDARD = gnu11
CLANG_CXX_LANGUAGE_STANDARD = gnu++14
GCC_C_LANGUAGE_STANDARD = gnu99
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = 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_ANALYZER_NONNULL = YES
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE
SWIFT_SWIFT3_OBJC_INFERENCE = Off