搜索资源列表
libgpod-master
- libgpod 是一个用来访问 iPod 内容的抽象库,提供易用的 API 来获取文件列表和播放列表,并提供修改和保存的方法-libgpod is a library used to access iPod content abstract, use the API to get a list of files and playlists, and to modify and save
GenericKeychain
- iOS的keychain服务提供了一种安全的保存私密信息(密码,序列号,证书等)的方式,每个ios程序都有一个独立的keychain存储。相对于NSUserDefaults、文件保存等一般方式,keychain保存更为安全,而且keychain里保存的信息不会因App被删除而丢失,所以在重装App后,keychain里的数据还能使用。“KeychainItemWrapper.h”和“KeychainItemWrapper.m”拷贝到我们项目-iOS s keychain service prov