File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4- ## 0.1.0 - TBD
4+ ## master
5+
6+ ## 0.2.2 - 2014-12-10
7+ ### Changed
8+ - Fix static analysis issues (@nsarno ).
9+ - Issue when checking if keychain query is built successfully.
10+
11+ ## 0.2.1 - 2014-12-04
12+ ### Changed
13+ - Fixed issue updating entry with TouchID (@Yspadadden )
14+ - Fixed issue when checking if an entry exists (@Yspadadden )
15+
16+ ## 0.2.0 - 2014-10-31
17+ ### Added
18+ - Methods to handle RSA key pair in the Kechain
19+
20+ ## 0.1.0 - 2014-10-20
521### Added
622- Store, Update and Remove password entries in Keychain
723- Handle Keychain entries with Access Group to allow Keychain Sharing
Original file line number Diff line number Diff line change 11PODS:
22 - Expecta (0.3.1)
3- - SimpleKeychain (0.2.1 )
3+ - SimpleKeychain (0.2.2 )
44 - Specta (0.2.1)
55
66DEPENDENCIES:
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
1515SPEC CHECKSUMS:
1616 Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
17- SimpleKeychain: ea07dc3e4af0c9b92ac9d30cf362a850e1131d8e
17+ SimpleKeychain: 148e0151e6721ce94b8da5aec90bf4d315ec7db7
1818 Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a
1919
2020COCOAPODS: 0.35.0
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SimpleKeychain"
3- s . version = "0.2.1 "
3+ s . version = "0.2.2 "
44 s . summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
55 s . description = <<-DESC
66 A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.
You can’t perform that action at this time.
0 commit comments