美文网首页
iOS自动打包

iOS自动打包

作者: 胖渣大橘子 | 来源:发表于2017-07-27 10:45 被阅读0次

    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)"
    安装成功

    使用 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
    成功

    安装java jdk 1.8


    安装jenkins


    升级ruby

    http://www.jianshu.com/p/8b13987f392a

    安装fir
    $ gem install fir-cli

    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 ===


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

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


    微信抢红包
    越狱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自动打包

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