12 2015 档案
ios 重签名
摘要:http://stackoverflow.com/questions/6569120/resigning-an-application-outside-xcode#!/bin/shTEMPDIR=/tmp/$RANDOM-$RANDOM-$RANDOMRESOURCERULES=/tmp/Resou... 阅读全文
posted @ 2015-12-18 14:32 PoloKey 阅读(353) 评论(0) 推荐(0)
pod template
摘要: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 阅读(715) 评论(0) 推荐(0)
.gitignore
摘要:# Xcode#build/*.pbxuser!default.pbxuser*.mode1v3!default.mode1v3*.mode2v3!default.mode2v3*.perspectivev3!default.perspectivev3xcuserdata*.xccheckout*.... 阅读全文
posted @ 2015-12-17 11:31 PoloKey 阅读(243) 评论(0) 推荐(0)
mac系统xcode升级等软件更换appid账户
摘要:删掉xcode 后发现 还是 会存在更新项,点击还是会提示输入之前app id 账号的密码经过搜索和分析,发现是 Spotlight 在捣鬼,文件和目录删除了,但是索引文件没有被更新。依次执行下面命令:1.cd /System/Library/LaunchDaemons2.sudo launchct... 阅读全文
posted @ 2015-12-15 11:31 PoloKey 阅读(436) 评论(0) 推荐(0)
touch id 开发
摘要:min platform : 8.0#import LAContext *context = [[LAContext alloc] init]; NSError *error = nil; if ([context canEvaluatePolicy:LAPolicyDeviceOwnerAut... 阅读全文
posted @ 2015-12-03 16:24 PoloKey 阅读(176) 评论(0) 推荐(0)