12 2014 档案

摘要:终端ssh登录mac用shell打包ipa报错:replacing existing signature报错原因:login.keychain被锁定,ssh登录的没有访问权限解决方法:终端敲入security unlock-keychain ${HOME}/Library/Keychains/log... 阅读全文
posted @ 2014-12-23 14:17 MrBlue 阅读(2297) 评论(0) 推荐(0) 编辑
摘要:define all-cpp-files-under$(patsubst ./%,%, \ $(shell cd $(LOCAL_PATH) ; \ find $(1) -name "*.cpp" -and -not -name ".*" -and -not -name "CCE... 阅读全文
posted @ 2014-12-03 15:16 MrBlue 阅读(320) 评论(0) 推荐(0) 编辑