From 40c85ed054cf62958c16ed4ddf3ae88b25da92a5 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sun, 8 Apr 2018 23:19:09 +0900 Subject: [PATCH] Bump version to 3.1.1 --- Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj | 4 ++-- KeychainAccess.podspec | 4 ++-- Lib/Configurations/Base.xcconfig | 2 +- Lib/KeychainAccess/Info.plist | 2 +- README.md | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj index 6730dda81..ccc51694e 100644 --- a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj +++ b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj @@ -312,7 +312,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.1; }; name = Debug; }; @@ -360,7 +360,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.1; VALIDATE_PRODUCT = YES; }; name = Release; diff --git a/KeychainAccess.podspec b/KeychainAccess.podspec index 396e93d9a..121b25146 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeychainAccess' - s.version = '3.1.0' + s.version = '3.1.1' s.summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.' s.description = <<-DESC KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.source_files = 'Lib/KeychainAccess/*.swift' - s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' diff --git a/Lib/Configurations/Base.xcconfig b/Lib/Configurations/Base.xcconfig index 93196e59d..ae1663130 100644 --- a/Lib/Configurations/Base.xcconfig +++ b/Lib/Configurations/Base.xcconfig @@ -46,4 +46,4 @@ WATCHOS_DEPLOYMENT_TARGET = 2.0; TVOS_DEPLOYMENT_TARGET = 9.0; MACOSX_DEPLOYMENT_TARGET = 10.9; -SWIFT_VERSION = 4.0; +SWIFT_VERSION = 4.1; diff --git a/Lib/KeychainAccess/Info.plist b/Lib/KeychainAccess/Info.plist index 543e5f92d..d353b3ef2 100644 --- a/Lib/KeychainAccess/Info.plist +++ b/Lib/KeychainAccess/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index d39dbda8f..5c1d208c8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Platform](https://img.shields.io/cocoapods/p/KeychainAccess.svg)](http://cocoadocs.org/docsets/KeychainAccess) [![Swift 3.x](https://img.shields.io/badge/Swift-3.x-orange.svg?style=flat)](https://swift.org/) [![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://swift.org/) +[![Swift 4.1](https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat)](https://swift.org/) KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to use in Swift. @@ -540,7 +541,7 @@ item: [authenticationType: Default, key: honeylemon, server: github.com, class: | **v2.3.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1, 2.2 | | **v2.4.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.2, 2.3 | | **v3.0.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 3.x | -| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 4.0 | +| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 4.0, 4.1 | ## Installation