美文网首页我的阅读
iOS Shell 脚本打包样例

iOS Shell 脚本打包样例

作者: CodingTom | 来源:发表于2018-03-28 20:12 被阅读26次

此为Shell脚本打包iOS APP的源码 特简单

https://github.com/liuyujie/iOSXocdeBuildShell

XcodeNoWorkSpace.sh

此为xcode简单项目没有pod的项目。

XcodeWorkSpace.sh

此为xcodeworkspace项目有pod的项目。

EnterpriseBuildDev.sh

此为项目打包并上传到fir.im。

EnterpriseBuildDevPro.sh

此为项目打包并上传到蒲公英。

EnterprisePlist 参数说明:

method: (String) 可填写项如下:
    development
    app-store
    enterprise
    ad-hoc

teamID: (String) The development program team identifier.

uploadSymbols: (Boolean) Option to include symbols in the generated ipa file.

uploadBitcode: (Boolean) Option to include Bitcode.

相关文章

网友评论

    本文标题:iOS Shell 脚本打包样例

    本文链接:https://www.haomeiwen.com/subject/flwucftx.html