kishikawakatsumi
fcf02e19a0
Update .travis.yml
2013-11-01 01:31:45 +09:00
kishikawakatsumi
22746baca0
Update podspec.
2013-11-01 01:28:33 +09:00
kishikawakatsumi
1be691770a
Fix OS X compatibility issue.
2013-11-01 01:27:08 +09:00
kishikawaka katsumi
d0ba6355d0
Update podspec.
2013-10-31 20:54:42 +09:00
kishikawaka katsumi
21d987a3e8
Update podspec.
2013-10-31 20:53:15 +09:00
kishikawaka katsumi
5d3c606943
Update podspec.
2013-10-31 20:51:34 +09:00
kishikawaka katsumi
63cc84bd04
Update podspec.
2013-10-31 20:23:14 +09:00
kishikawa katsumi
8fdda85758
Merge pull request #10 from jverdi/master
...
Set kSecAttrAccessible to default to kSecAttrAccessibleAfterFirstUnlock
2013-10-31 02:19:00 -07:00
kishikawaka katsumi
137b27381c
Update README.md
2013-10-31 18:12:38 +09:00
Jared Verdi
3981e3254f
Set kSecAttrAccessible to default to kSecAttrAccessibleAfterFirstUnlock
...
See: https://blog.loom.com/how-we-fixed-the-ios7-forced-logout-bug-thats-been-plaguing-so-many-apps/
And: http://software-security.sans.org/blog/2011/01/05/using-keychain-to-store-passwords-ios-iphone-ipad/
2013-10-30 13:57:14 -04:00
kishikawakatsumi
e8604a7cbe
Update .travis.yml
2013-09-27 15:10:14 +09:00
kishikawakatsumi
2b3820d4c7
Update README.
2013-09-27 12:31:22 +09:00
kishikawakatsumi
d8cad0fe44
Update podspec.
v1.0.3
2013-08-15 01:42:48 +09:00
kishikawakatsumi
562ee1aea0
Add some tests.
2013-08-15 00:20:32 +09:00
kishikawakatsumi
3fc560d33e
Update .travis.yml
2013-08-14 23:58:43 +09:00
kishikawakatsumi
a8ac2699ea
Update .travis.yml
2013-08-14 23:52:13 +09:00
kishikawakatsumi
9bc249e74c
Update .travis.yml
2013-08-14 23:37:27 +09:00
kishikawakatsumi
f889365ec5
Update .travis.yml
2013-08-14 23:31:50 +09:00
kishikawakatsumi
2b269b2eda
Add some tests.
2013-08-14 23:21:46 +09:00
kishikawakatsumi
dab9f831cb
Update .travis.yml
2013-08-14 22:42:09 +09:00
kishikawakatsumi
d02a879f0a
Update Makefile
2013-08-14 20:33:04 +09:00
kishikawakatsumi
5b23588645
Refine CI config.
2013-08-14 18:37:57 +09:00
kishikawakatsumi
63ebebaa64
Refine CI config.
2013-08-14 18:19:54 +09:00
kishikawakatsumi
5dc901f47b
Refine CI config.
2013-08-14 18:09:13 +09:00
kishikawakatsumi
e45e532fb5
Update README.
2013-08-14 17:43:06 +09:00
kishikawakatsumi
a2739e20a9
Update README.
2013-08-14 17:39:43 +09:00
kishikawakatsumi
53f7d5ae9a
Add CI configurations.
2013-08-14 17:34:51 +09:00
kishikawakatsumi
b5d83344ff
Update README/LICENSE
2013-08-13 04:42:33 +09:00
kishikawakatsumi
404bf304a0
Fix issue that cannot delete key/value to accross two or more synchronize method.
2013-08-13 04:42:11 +09:00
kishikawakatsumi
f2954a3369
Refine unit tests.
2013-08-13 04:40:20 +09:00
kishikawa katsumi
3d860f56f6
Merge pull request #8 from beepscore/tests
...
Tests
2013-08-12 11:03:51 -07:00
beepscore
bd285f43e6
In Xcode project target UICKeyChainStore / Summary / Bundle Identifier change com.beepscore to com.kishikawakatsumi
2013-08-12 10:30:38 -07:00
beepscore
da950ebe6f
In README.md manual install add steps to copy Lib and LICENSE.
2013-08-12 10:22:12 -07:00
beepscore
d8055ec586
Add comment MIT License
2013-08-12 10:05:00 -07:00
beepscore
0a208656a5
Add comment about access group.
2013-08-04 18:05:23 -07:00
beepscore
9781f29c0f
Group tests into testClassMethodsSetAndRemoveItem and testInstanceMethodsSetAndRemoveItem.
2013-08-04 17:49:35 -07:00
beepscore
5aa209ab5e
Rename testRemoveAllItemsForServiceAccessGroup to testAddAndRemoveItem. Use instance "store" and instance methods.
2013-08-04 16:42:10 -07:00
beepscore
bbd5929c6f
Improve testRemoveAllItemsForServiceAccessGroup.
2013-08-04 16:30:26 -07:00
beepscore
3bdfe00b22
Fix warning "Application Windows Are Expected To Have A Root View Controller At The End Of Application Launch".
...
Add MainStoryboard and MyViewController.
2013-08-04 13:15:23 -07:00
beepscore
2dfa4c3613
Revise tests and add testSetStringForKey
...
In setUp to call removeAllItemsForService:accessGroup:
Rename testRemoveItemForKeyServiceAccessGroup to testRemoveAllItemsForServiceAccessGroup and call removeAllItemsForService:accessGroup:
2013-08-04 12:52:30 -07:00
beepscore
bdb7cb8e78
In UICKeyChainStoreTests implement setUp, delete testExample, add testRemoveItemForKeyServiceAccessGroup.
...
On iPhone device, test passes.
2013-08-04 11:47:31 -07:00
beepscore
7554cce1e4
Add Security.framework to targets.
2013-08-04 11:30:28 -07:00
beepscore
4a9a1a1471
Drag files from Finder to Xcode project navigator to make them visible within Xcode project.
2013-08-04 10:16:46 -07:00
beepscore
0938901795
Move code from UICKeyChainStoreTests.h to UICKeyChainStoreTests.m and delete UICKeyChainStoreTests.h.
2013-08-04 10:10:45 -07:00
beepscore
7eff1d03f7
Add Xcode project files.
...
To generate files, created a temporary project named UICKeychainStore.
In Xcode 4.6.3, created new project / empty application UICKeychainStore.
Didn't select git.
Chose unit tests.
Quit Xcode.
In Finder dragged files from temporary project to git repository UICKeychainStore forked from https://github.com/kishikawakatsumi/UICKeyChainStore .
2013-08-04 10:06:19 -07:00
kishikawa katsumi
38a95ce3c9
Merge pull request #7 from beepscore/master
...
In README.md fix link to UICKeyChainStore.h
2013-08-04 02:37:25 -07:00
beepscore
50877a2f24
In README.md fix link to UICKeyChainStore.h
2013-08-04 01:43:11 -07:00
kishikawakatsumi
a499a98813
Update podspec.
2013-06-30 23:29:54 +09:00
kishikawakatsumi
615e7097aa
Fix memory leak.
v1.0.2
2013-06-30 23:28:16 +09:00
kishikawakatsumi
bf34f86dc2
Update podspec.
v1.0.1
2013-06-20 00:02:34 +09:00