微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ipa-build iOS工程自动打包脚本

程序名称:ipa-build

授权协议: 未知

操作系统: OS X

开发语言: SHELL

ipa-build 介绍

iOS工程自动打包脚本:ipa-build。集成xcodebuild和xcrun来编译打包xcode工程。

使用方法

ipa-build <project directory> [-c <project configuration>] [-o <ipa output directory>] [-n]c

命令行参数:

-c NAME     the configuration of project used to compile.Default is Release
-o PATH     output path for ipa file(must be a directory)
-n          clean the project before compling

ipa-build 官网

https://github.com/webfrogs/xcode_shell

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐