DTKeychain:一个简单而现代的钥匙扣包装器

时间:2024-05-30 18:02:54
【文件属性】:

文件名称:DTKeychain:一个简单而现代的钥匙扣包装器

文件大小:46KB

文件格式:ZIP

更新时间:2024-05-30 18:02:54

Objective-C

DT钥匙扣 一个简单而现代的钥匙扣包装器。 这在iOS和OSX上通用。 该组件的设计目标是替换以前使用的非常难看的钥匙链包装器。 它还意味着将来可以扩展以支持其他钥匙串项:Internet密码,证书,身份等。您有这些用例吗,请告诉我们! 如何使用 要创建新的通用密码: // get shared instance DTKeychain *keychain = [DTKeychain sharedInstance]; // just create a new instance of the generic password and set values DTKeychainGenericPassword *pass = [DTKeychainGenericPassword new]; pass.account = @"bar"; pass.service = @"foo"; pass.


【文件预览】:
DTKeychain-develop
----.gitignore(505B)
----DTKeychain.podspec(846B)
----build.gradle(2KB)
----AppledocSettings.plist(1KB)
----.travis.yml(727B)
----Documentation()
--------Change Log-template.markdown(256B)
----LICENSE(1KB)
----Demo()
--------Resources()
--------Info.plist(1KB)
--------Source()
----coveralls.rb(4KB)
----DTKeychain.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(52KB)
----README.markdown(3KB)
----Test()
--------Info.plist(733B)
--------Source()
----Core()
--------Framework-Info.plist(806B)
--------DTKeychain-Prefix.pch(386B)
--------DTKeychain.modulemap(110B)
--------DTKeychain-Umbrella.h(336B)
--------Source()

网友评论