From 2d6cdf9c2b2903115b4855b8cee0210e3100f46d Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Wed, 30 Nov 2016 13:16:17 +1100 Subject: [PATCH] Updated Xcode project settings --- TPKeyboardAvoidingSample.xcodeproj/project.pbxproj | 9 ++++++++- .../xcschemes/TPKeyboardAvoidingKit.xcscheme | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/TPKeyboardAvoidingSample.xcodeproj/project.pbxproj b/TPKeyboardAvoidingSample.xcodeproj/project.pbxproj index a4776439..97d1d51f 100644 --- a/TPKeyboardAvoidingSample.xcodeproj/project.pbxproj +++ b/TPKeyboardAvoidingSample.xcodeproj/project.pbxproj @@ -206,7 +206,7 @@ 4C9B0A911B3CEE6E00090084 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0700; + LastUpgradeCheck = 0810; ORGANIZATIONNAME = "A Tasty Pixel"; TargetAttributes = { 3E081E471C0E63A40003DFF8 = { @@ -309,6 +309,7 @@ 3E081E4D1C0E63A40003DFF8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; @@ -330,6 +331,7 @@ 3E081E4E1C0E63A40003DFF8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -360,8 +362,10 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; @@ -405,8 +409,10 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; @@ -462,6 +468,7 @@ 3E081E4E1C0E63A40003DFF8 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 4C9B0A941B3CEE6E00090084 /* Build configuration list for PBXProject "TPKeyboardAvoidingSample" */ = { isa = XCConfigurationList; diff --git a/TPKeyboardAvoidingSample.xcodeproj/xcshareddata/xcschemes/TPKeyboardAvoidingKit.xcscheme b/TPKeyboardAvoidingSample.xcodeproj/xcshareddata/xcschemes/TPKeyboardAvoidingKit.xcscheme index d5edb537..a0bfa90d 100644 --- a/TPKeyboardAvoidingSample.xcodeproj/xcshareddata/xcschemes/TPKeyboardAvoidingKit.xcscheme +++ b/TPKeyboardAvoidingSample.xcodeproj/xcshareddata/xcschemes/TPKeyboardAvoidingKit.xcscheme @@ -1,6 +1,6 @@