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 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
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
5
21
### Added
6
22
- Store, Update and Remove password entries in Keychain
7
23
- Handle Keychain entries with Access Group to allow Keychain Sharing
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Expecta (0.3.1)
3
- - SimpleKeychain (0.2.1 )
3
+ - SimpleKeychain (0.2.2 )
4
4
- Specta (0.2.1)
5
5
6
6
DEPENDENCIES:
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
14
14
15
15
SPEC CHECKSUMS:
16
16
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
17
- SimpleKeychain: ea07dc3e4af0c9b92ac9d30cf362a850e1131d8e
17
+ SimpleKeychain: 148e0151e6721ce94b8da5aec90bf4d315ec7db7
18
18
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a
19
19
20
20
COCOAPODS: 0.35.0
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SimpleKeychain"
3
- s . version = "0.2.1 "
3
+ s . version = "0.2.2 "
4
4
s . summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
5
5
s . description = <<-DESC
6
6
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