08 2016 档案

摘要:手动删除 xcode5 provisioning profile path: ~/Library/MobileDevice/Provisioning Profiles 手动删除 xcode5 provisioning profile path: ~/Library/MobileDevice/Prov 阅读全文
posted @ 2016-08-09 14:08 预估计 阅读(1219) 评论(0) 推荐(0)
摘要:功能 跳转到自己app设置界面: 阅读全文
posted @ 2016-08-08 11:22 预估计 阅读(1639) 评论(0) 推荐(0)
摘要:+ (NSString*)deviceVersion { // 需要#import "sys/utsname.h" struct utsname systemInfo; uname(&systemInfo); NSString *deviceString = [NSString stringWithCString:systemInfo.machine encodi... 阅读全文
posted @ 2016-08-03 15:22 预估计 阅读(202) 评论(0) 推荐(0)