diff --git a/.travis.yml b/.travis.yml index 2f78cfe..6c0798a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,24 @@ branches: - master matrix: include: + - osx_image: xcode10 + env: ACTION=build + - osx_image: xcode10 + env: ACTION='test:iphonesimulator' + - osx_image: xcode10 + env: ACTION='test:appletvsimulator' + - osx_image: xcode10 + env: ACTION='test:macosx' + + - osx_image: xcode9.4 + env: ACTION=build + - osx_image: xcode9.4 + env: ACTION='test:iphonesimulator' + - osx_image: xcode9.4 + env: ACTION='test:appletvsimulator' + - osx_image: xcode9.4 + env: ACTION='test:macosx' + - osx_image: xcode9 env: ACTION=build - osx_image: xcode9 diff --git a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj index a2c7bac..618886e 100644 --- a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj +++ b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj @@ -131,7 +131,7 @@ 145BF3EC1A66C24500D01D0D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0900; + LastUpgradeCheck = 1000; ORGANIZATIONNAME = "kishikawa katsumi"; TargetAttributes = { 145BF3F31A66C24500D01D0D = { @@ -196,12 +196,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 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_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -247,12 +249,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 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_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; diff --git a/Examples/Example-iOS/Example-iOS.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme b/Examples/Example-iOS/Example-iOS.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme index 6518644..aeab1dc 100644 --- a/Examples/Example-iOS/Example-iOS.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme +++ b/Examples/Example-iOS/Example-iOS.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme @@ -1,6 +1,6 @@ @@ -46,7 +45,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/UICKeyChainStore.xcscheme b/Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/UICKeyChainStore.xcscheme index d9c7549..196b9a2 100644 --- a/Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/UICKeyChainStore.xcscheme +++ b/Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/UICKeyChainStore.xcscheme @@ -1,6 +1,6 @@ + + + + IDEDidComputeMac32BitWarning + + +