From 8220ac38124613fb709508426f75fbac6921e261 Mon Sep 17 00:00:00 2001 From: Kishikawa Katsumi Date: Sat, 19 Sep 2020 07:29:13 +0900 Subject: [PATCH] Update for Xcode 12 --- .../Example-iOS.xcodeproj/project.pbxproj | 4 ++-- .../xcshareddata/xcschemes/Example-iOS.xcscheme | 2 +- Lib/Configurations/Base.xcconfig | 3 ++- Lib/Configurations/libUICKeyChainStore.xcconfig | 2 +- Lib/UICKeyChainStore.xcodeproj/project.pbxproj | 12 +----------- .../xcshareddata/xcschemes/TestHost.xcscheme | 2 +- .../xcshareddata/xcschemes/UICKeyChainStore.xcscheme | 2 +- .../xcschemes/libUICKeyChainStore.xcscheme | 2 +- Lib/UICKeyChainStore/Info.plist | 2 +- UICKeyChainStore.podspec | 2 +- 10 files changed, 12 insertions(+), 21 deletions(-) diff --git a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj index e6431ce..3559e6c 100644 --- a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj +++ b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj @@ -232,7 +232,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -280,7 +280,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = 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 0a2351c..e26577f 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 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.3.0 + 2.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index ef619b1..62067ff 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.3.0" + s.version = "2.2.1" s.summary = "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults." s.description = <<-DESC UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X.