iOS Shell 脚本打包样例

此为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 脚本打包样例)