iOS自动打包

shell脚本

http://www.jianshu.com/p/97c97c2ec1caInstall Homebrew
http://www.jianshu.com/p/6d2c8e938a1a
http://www.jianshu.com/p/eb56d34524b3
终端命令 安装homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装成功

iOS自动打包_第1张图片

使用 homebrew 安装 jenkins
安装java jdk http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-workspace /Users/joker/Desktop/InterphoneConnet/InterphoneConnet.xcworkspace -scheme /Users/joker/Desktop/InterphoneConnet/InterphoneConnet
成功

iOS自动打包_第2张图片

安装java jdk 1.8


iOS自动打包_第3张图片

安装jenkins

iOS自动打包_第4张图片

升级ruby
iOS自动打包_第5张图片

http://www.jianshu.com/p/8b13987f392a
iOS自动打包_第6张图片

安装fir
$ gem install fir-cli
iOS自动打包_第7张图片

https://github.com/FIRHQ/fir-cli

编译
JokerdeiMac:~ joker$ xcodebuild -workspace /Users/joker/Desktop/InterphoneConnet/InterphoneConnet.xcworkspace -scheme InterphoneConnet
=== BUILD TARGET Masonry OF PROJECT Pods WITH CONFIGURATION Debug ===

iOS自动打包_第8张图片

http://www.wangwenzhuang.com/2017/04/12/ios-xcode8_3-error/

iOS自动打包_第9张图片

脚本
https://github.com/jkpang/PPAutoPackageScript/archive/master.zip
fir publish /Users/joker/Desktop/InterphoneConnet-IPA/InterphoneConnet-v2.0.ipa
成功

iOS自动打包_第10张图片

微信抢红包
越狱 https://translate.google.com/translate?hl=zh-CN&sl=en&u=http://taig9.com/beta3.2/&prev=search
http://www.jb51.net/article/96960.htm

shell脚本发邮件 windows版 iOS可能不能用
http://www.jianshu.com/p/6a7e764192bd
http://www.jianshu.com/p/6a7e764192bd

你可能感兴趣的:(iOS自动打包)