diff --git a/Examples/CustomDateMatcher-CocoaPods/Example.xcodeproj/project.pbxproj b/Examples/CustomDateMatcher-CocoaPods/Example.xcodeproj/project.pbxproj index 5444dd00..bf92e38d 100644 --- a/Examples/CustomDateMatcher-CocoaPods/Example.xcodeproj/project.pbxproj +++ b/Examples/CustomDateMatcher-CocoaPods/Example.xcodeproj/project.pbxproj @@ -144,7 +144,7 @@ 082CEC2918144C2F0013FC27 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = "Quality Coding"; }; buildConfigurationList = 082CEC2C18144C2F0013FC27 /* Build configuration list for PBXProject "Example" */; @@ -269,6 +269,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -322,6 +323,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; diff --git a/Examples/CustomDateMatcher-CocoaPods/Podfile b/Examples/CustomDateMatcher-CocoaPods/Podfile index 3fe0e7b3..bd879729 100644 --- a/Examples/CustomDateMatcher-CocoaPods/Podfile +++ b/Examples/CustomDateMatcher-CocoaPods/Podfile @@ -1,4 +1,4 @@ target :ExampleTests do inherit! :search_paths - pod 'OCHamcrest', '~> 7.1' + pod 'OCHamcrest', '~> 7.2' end diff --git a/Examples/MacExample-CocoaPods/Example.xcodeproj/project.pbxproj b/Examples/MacExample-CocoaPods/Example.xcodeproj/project.pbxproj index 35b4b1d2..d845c084 100644 --- a/Examples/MacExample-CocoaPods/Example.xcodeproj/project.pbxproj +++ b/Examples/MacExample-CocoaPods/Example.xcodeproj/project.pbxproj @@ -149,7 +149,7 @@ 082CEB4B181382F30013FC27 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = "Quality Coding"; }; buildConfigurationList = 082CEB4E181382F30013FC27 /* Build configuration list for PBXProject "Example" */; @@ -222,6 +222,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -275,6 +276,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; diff --git a/Examples/MacExample-CocoaPods/Podfile b/Examples/MacExample-CocoaPods/Podfile index 56230b6d..cdf3d2f9 100644 --- a/Examples/MacExample-CocoaPods/Podfile +++ b/Examples/MacExample-CocoaPods/Podfile @@ -1,4 +1,4 @@ target 'ExampleTests' do inherit! :search_paths - pod 'OCHamcrest', '~> 7.1' + pod 'OCHamcrest', '~> 7.2' end diff --git a/Examples/MacExample-Framework/Example.xcodeproj/project.pbxproj b/Examples/MacExample-Framework/Example.xcodeproj/project.pbxproj index 4cd058ca..92b5ed6a 100644 --- a/Examples/MacExample-Framework/Example.xcodeproj/project.pbxproj +++ b/Examples/MacExample-Framework/Example.xcodeproj/project.pbxproj @@ -170,7 +170,7 @@ 082CEB4B181382F30013FC27 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = "Quality Coding"; }; buildConfigurationList = 082CEB4E181382F30013FC27 /* Build configuration list for PBXProject "Example" */; @@ -243,6 +243,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -296,6 +297,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; diff --git a/Examples/iOSExample-Cocoapods/Example.xcodeproj/project.pbxproj b/Examples/iOSExample-Cocoapods/Example.xcodeproj/project.pbxproj index d4507ec7..57d4d8bf 100644 --- a/Examples/iOSExample-Cocoapods/Example.xcodeproj/project.pbxproj +++ b/Examples/iOSExample-Cocoapods/Example.xcodeproj/project.pbxproj @@ -154,7 +154,7 @@ 082CEBC01813A77A0013FC27 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = "Quality Coding"; }; buildConfigurationList = 082CEBC31813A77A0013FC27 /* Build configuration list for PBXProject "Example" */; @@ -275,6 +275,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -298,7 +299,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; @@ -327,6 +328,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -343,7 +345,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; diff --git a/Examples/iOSExample-Cocoapods/Podfile b/Examples/iOSExample-Cocoapods/Podfile index 56230b6d..cdf3d2f9 100644 --- a/Examples/iOSExample-Cocoapods/Podfile +++ b/Examples/iOSExample-Cocoapods/Podfile @@ -1,4 +1,4 @@ target 'ExampleTests' do inherit! :search_paths - pod 'OCHamcrest', '~> 7.1' + pod 'OCHamcrest', '~> 7.2' end diff --git a/Examples/iOSExample-Framework/Example.xcodeproj/project.pbxproj b/Examples/iOSExample-Framework/Example.xcodeproj/project.pbxproj index d0be7398..b783d5a2 100644 --- a/Examples/iOSExample-Framework/Example.xcodeproj/project.pbxproj +++ b/Examples/iOSExample-Framework/Example.xcodeproj/project.pbxproj @@ -152,7 +152,7 @@ 082CEB8A1813A25D0013FC27 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = "Quality Coding"; }; buildConfigurationList = 082CEB8D1813A25D0013FC27 /* Build configuration list for PBXProject "Example" */; @@ -235,6 +235,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -258,7 +259,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; @@ -287,6 +288,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -303,7 +305,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; };