Skip to content

Commit b5b3f6c

Browse files
committed
Update to version 0.2.2
1 parent 8db60dc commit b5b3f6c

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Change Log
22
All 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

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Expecta (0.3.1)
3-
- SimpleKeychain (0.2.1)
3+
- SimpleKeychain (0.2.2)
44
- Specta (0.2.1)
55

66
DEPENDENCIES:
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414

1515
SPEC CHECKSUMS:
1616
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
17-
SimpleKeychain: ea07dc3e4af0c9b92ac9d30cf362a850e1131d8e
17+
SimpleKeychain: 148e0151e6721ce94b8da5aec90bf4d315ec7db7
1818
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a
1919

2020
COCOAPODS: 0.35.0

SimpleKeychain.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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.

0 commit comments

Comments
 (0)