博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ios命令行打IPA包(shenzhen)
阅读量:5343 次
发布时间:2019-06-15

本文共 1109 字,大约阅读时间需要 3 分钟。

利用github上一个开源项目:可以在命令行为ios项目进行打包并发布。

具体安装步骤如下:

gem install shenzhen

如果安装过程出现错误有可能是ruby的源找不到,可以到改变ruby源

如果还是出现问题可以更新下gem即可(sudo gem update)。

一切准备完毕就能在控制台上运行ipa命令了:

ipa

  Build and distribute iOS apps (.ipa files)

  Commands:

    build                    Create a new .ipa file for your app

    distribute:crashlytics   Distribute an .ipa file over Crashlytics

    distribute:deploygate    Distribute an .ipa file over deploygate

    distribute:fir           Distribute an .ipa file over fir.im

    distribute:ftp           Distribute an .ipa file over FTP

    distribute:hockeyapp     Distribute an .ipa file over HockeyApp

    distribute:itunesconnect Upload an .ipa file to iTunes Connect

    distribute:pgyer         Distribute an .ipa file over Pgyer

    distribute:rivierabuild  Distribute an .ipa file over RivieraBuild

    distribute:s3            Distribute an .ipa file over Amazon S3

    distribute:testfairy     Distribute an .ipa file over TestFairy

    help                     Display global or [command] help documentation

    info                     Show mobile provisioning information about an .ipa file

可以看出通过bulid参数就能创建ipa文件,比如输入命令:

$ipa build

如果你的工程项目有很多targets,则ipa bulid命令会列出现在所有targets,我们可以选择一个进行打包。

转载于:https://www.cnblogs.com/laoguigame/p/4527443.html

你可能感兴趣的文章
jQuery上传插件Uploadify 3.2在.NET下的详细例子
查看>>
如何辨别一个程序员的水平高低?是靠发量吗?
查看>>
新手村之循环!循环!循环!
查看>>
线程安全问题
查看>>
linux的子进程调用exec( )系列函数
查看>>
MySQLdb & pymsql
查看>>
zju 2744 回文字符 hdu 1544
查看>>
【luogu P2298 Mzc和男家丁的游戏】 题解
查看>>
前端笔记-bom
查看>>
MATLAB作图方法与技巧(一)
查看>>
上海淮海中路上苹果旗舰店门口欲砸一台IMAC电脑维权
查看>>
Google透露Android Market恶意程序扫描服务
查看>>
给mysql数据库字段值拼接前缀或后缀。 concat()函数
查看>>
迷宫问题
查看>>
【FZSZ2017暑假提高组Day9】猜数游戏(number)
查看>>
泛型子类_属性类型_重写方法类型
查看>>
对闭包的理解
查看>>
练习10-1 使用递归函数计算1到n之和(10 分
查看>>
Oracle MySQL yaSSL 不明细节缓冲区溢出漏洞2
查看>>
windows编程ASCII问题
查看>>