Commit Graph

209 Commits

Author SHA1 Message Date
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
kishikawakatsumi
518b617774 Refactor. 2013-06-19 23:57:54 +09:00
kishikawa katsumi
894dd66c1f Update README.md 2013-04-25 03:16:46 +09:00
kishikawakatsumi
f2571016e5 Fix podspec. Change directory structure for CocoaPods. v1.0.0 2013-04-25 02:35:35 +09:00
kishikawakatsumi
0124b2f4e7 Add podspec. 2013-04-25 02:30:34 +09:00
kishikawakatsumi
895ddee006 Apply Apple style braces. 2013-04-25 02:10:28 +09:00
kishikawakatsumi
716e0f342a Remove error NSLogs, instead return success or failure. 2013-04-25 02:07:00 +09:00
kishikawakatsumi
183de45bce Migrate to ARC. 2013-04-25 01:59:41 +09:00
Kishikawa Katsumi
d1e3377259 Merge pull request #4 from LuckyMarmot/master
Adapted to build on OS X
Non-ARC
2013-03-21 20:01:27 -07:00
Micha Mazaheri
77b3bdf4f9 Adapted UICKeyChainStore to build on OS X without error and warnings. 2013-03-21 11:33:12 +09:00
kishikawakatsumi
6745ef5ce7 Removed unnecessary logs. 2012-07-18 10:17:30 +09:00
kishikawakatsumi
b72e4f83f4 Refactoring. 2012-07-18 10:06:21 +09:00
kishikawakatsumi
f2f82b7062 Fix documentation mistake. 2012-07-18 09:30:25 +09:00
Kishikawa Katsumi
422a71f8b5 Merge pull request #1 from JegnuX/master
Bug Fix : AccessGroup missed in SecItemAdd attributes.
2012-07-17 17:26:46 -07:00
JegnuX
6fe76f61bc Bug Fix : Add AccessGroup key/value when adding a new item. 2012-07-17 12:17:44 +02:00
Kishikawa Katsumi
0f1c6cbc9d Updated README. 2011-11-20 16:15:29 +09:00
Kishikawa Katsumi
5a910ffa9d Updated README. 2011-11-20 16:01:48 +09:00