iOS工程自动打包脚本:ipa-build。集成xcodebuild和xcrun来编译打包xcode工程。
使用方法:
ipa-build<projectdirectory>[-c<projectconfiguration>][-o<ipaoutputdirectory>][-n]c命令行参数:
-cNAMEtheconfigurationofprojectusedtocompile.DefaultisRelease-oPATHoutputpathforipafile(mustbeadirectory)-ncleantheprojectbeforecompling
评论