Updated to latest recommended build settings, increased deployment target to 10.7

One of the settings (CLANG_ENABLE_OBJC_WEAK) doesn't like 10.6 anymore apparently.
This commit is contained in:
Tom Kidd 2019-10-28 22:30:56 -05:00
parent c2025d94c5
commit b340827153
3 changed files with 12 additions and 10 deletions

View file

@ -1353,7 +1353,7 @@
CLANG_CXX_LIBRARY = "compiler-default";
CLANG_ENABLE_MODULES = NO;
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = NO;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
@ -1413,7 +1413,7 @@
CLANG_CXX_LIBRARY = "compiler-default";
CLANG_ENABLE_MODULES = NO;
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = NO;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;