2015年5月22日

摘要: 最近研究了一下iOS的自动化编译,目的是为了简化测试和开发的同学沟通协调的次数,实现测试同学可以随时从网页操作编译SVN最新源码并打包ipa进行测试。具体思路是通过从配置文件读取需要编译的项目配置列表展示在网页上,测试同学选择需要编译的项目,确定后将选择项目的相关参数传入shell脚本运行,编译完成... 阅读全文
posted @ 2015-05-22 10:35 Stars-OnMyWay 阅读(194) 评论(0) 推荐(0)
 
摘要: 最近由于工作需要,发现了这么一个小工具。PlistBuddy是一个Mac里的命令行下读写plist文件的工具。位于/usr/libexec/下,由于这个路径不在默认的PATH里,需要通过绝对路径/usr/libexec/PlistBuddy引用。使用起来很简单,功能也很丰富。举几个例子:A.plis... 阅读全文
posted @ 2015-05-22 10:16 Stars-OnMyWay 阅读(323) 评论(0) 推荐(0)
 
摘要: $ plistbuddy -hCommand Format:Help - Prints this informationExit - Exits the program, changes are not saved to the fileSave - Saves the current change... 阅读全文
posted @ 2015-05-22 10:05 Stars-OnMyWay 阅读(1056) 评论(0) 推荐(0)