2015年12月17日
摘要: Pod::Spec.new do |s|s.name = "MLAlipaySDK"s.version = "2.1"s.summary = "支付宝 sdk"s.homepage = 'https://github.com/molon/MLAlipayS... 阅读全文
posted @ 2015-12-17 14:17 PoloKey 阅读(702) 评论(0) 推荐(0) 编辑
摘要: # Xcode#build/*.pbxuser!default.pbxuser*.mode1v3!default.mode1v3*.mode2v3!default.mode2v3*.perspectivev3!default.perspectivev3xcuserdata*.xccheckout*.... 阅读全文
posted @ 2015-12-17 11:31 PoloKey 阅读(235) 评论(0) 推荐(0) 编辑
2015年12月15日
摘要: 删掉xcode 后发现 还是 会存在更新项,点击还是会提示输入之前app id 账号的密码经过搜索和分析,发现是 Spotlight 在捣鬼,文件和目录删除了,但是索引文件没有被更新。依次执行下面命令:1.cd /System/Library/LaunchDaemons2.sudo launchct... 阅读全文
posted @ 2015-12-15 11:31 PoloKey 阅读(419) 评论(0) 推荐(0) 编辑
2015年12月3日
摘要: min platform : 8.0#import LAContext *context = [[LAContext alloc] init]; NSError *error = nil; if ([context canEvaluatePolicy:LAPolicyDeviceOwnerAut... 阅读全文
posted @ 2015-12-03 16:24 PoloKey 阅读(170) 评论(0) 推荐(0) 编辑
2015年11月4日
摘要: http://www.cnblogs.com/brycezhang/p/4097487.html最近研究了一下iOS的自动化编译,目的是为了简化测试和开发的同学沟通协调的次数,实现测试同学可以随时从网页操作编译SVN最新源码并打包ipa进行测试。具体思路是通过从配置文件读取需要编译的项目配置列表展示... 阅读全文
posted @ 2015-11-04 19:54 PoloKey 阅读(272) 评论(0) 推荐(0) 编辑
2015年11月2日
摘要: http://www.exiatian.com/cocoapods%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8%E5%8F%8A%E9%85%8D%E7%BD%AE%E7%A7%81%E6%9C%89%E5%BA%93/http://guides.cocoapods.or... 阅读全文
posted @ 2015-11-02 16:47 PoloKey 阅读(171) 评论(0) 推荐(0) 编辑
2015年10月21日
摘要: http://blog.csdn.net/dark_gmn/article/details/49274993ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data f... 阅读全文
posted @ 2015-10-21 14:25 PoloKey 阅读(3545) 评论(0) 推荐(0) 编辑
2015年10月10日
摘要: http://code4app.com/snippets/one/iOS%E6%B5%81%E9%87%8F%E7%9B%91%E6%8E%A7/5020ba7a6803fae3250000001.能够检测iOS的WIFI,3G以及GPS的流量。-(void)checkNetworkflow{str... 阅读全文
posted @ 2015-10-10 13:02 PoloKey 阅读(1120) 评论(0) 推荐(0) 编辑
2015年9月22日
摘要: http://www.h4ck.org.cn/ 阅读全文
posted @ 2015-09-22 18:59 PoloKey 阅读(265) 评论(0) 推荐(0) 编辑
2015年9月21日
摘要: http://www.cocoachina.com/bbs/read.php?tid-282490.htmlXcode6.1标准Framework静态库制作方法。工程转Framework,静态库加xib和图片。完美解决方案。在cocoachina呆挺长时间了。没什么大贡献。就整理了这个,希望对大家有... 阅读全文
posted @ 2015-09-21 15:32 PoloKey 阅读(296) 评论(0) 推荐(0) 编辑