From 064b990f490b793ce0a45b2ebdb008c5d94daf86 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 15 Oct 2020 14:24:01 -0300 Subject: [PATCH] Release 0.12.0 (#98) * Release 0.12.0 * Update README --- CHANGELOG.md | 6 ++++++ README.md | 2 +- SimpleKeychain/Info.plist | 2 +- SimpleKeychainApp/Info.plist | 2 +- SimpleKeychainTests/Info.plist | 2 +- fastlane/README.md | 2 +- tvOSTestHost/Info.plist | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a36a3..d9a1104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.12.0](https://github.com/auth0/SimpleKeychain/tree/0.12.0) (2020-10-15) +[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.11.1...0.12.0) + +**Changed** +- Updated Quick and Nimble [\#97](https://github.com/auth0/SimpleKeychain/pull/97) ([Widcket](https://github.com/Widcket)) + ## [0.11.1](https://github.com/auth0/SimpleKeychain/tree/0.11.1) (2020-03-26) [Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.11.0...0.11.1) diff --git a/README.md b/README.md index 0dcd176..789e61e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A wrapper to make it really easy to deal with iOS Keychain and store your user's ## Requirements - iOS 9.0+ / macOS 10.11+ / tvOS 9.0+ / watchOS 2.0+ -- Xcode 11.4+ +- Xcode 11.4+ / Xcode 12.x - Swift 4.x/5.x ## Installation diff --git a/SimpleKeychain/Info.plist b/SimpleKeychain/Info.plist index 21f24d9..db84c71 100644 --- a/SimpleKeychain/Info.plist +++ b/SimpleKeychain/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.11.1 + 0.12.0 CFBundleSignature ???? CFBundleVersion diff --git a/SimpleKeychainApp/Info.plist b/SimpleKeychainApp/Info.plist index e952aae..dfb5e21 100644 --- a/SimpleKeychainApp/Info.plist +++ b/SimpleKeychainApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.11.1 + 0.12.0 CFBundleSignature ???? CFBundleVersion diff --git a/SimpleKeychainTests/Info.plist b/SimpleKeychainTests/Info.plist index 12dfb7a..31b423a 100644 --- a/SimpleKeychainTests/Info.plist +++ b/SimpleKeychainTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.11.1 + 0.12.0 CFBundleSignature ???? CFBundleVersion diff --git a/fastlane/README.md b/fastlane/README.md index dfc8626..b343c36 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -12,7 +12,7 @@ Install _fastlane_ using ``` [sudo] gem install fastlane -NV ``` -or alternatively using `brew cask install fastlane` +or alternatively using `brew install fastlane` # Available Actions ## iOS diff --git a/tvOSTestHost/Info.plist b/tvOSTestHost/Info.plist index e592cb9..f5f8ceb 100644 --- a/tvOSTestHost/Info.plist +++ b/tvOSTestHost/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.11.1 + 0.12.0 CFBundleVersion 1 LSRequiresIPhoneOS