<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > iOS開(kāi)發(fā)包一鍵分發(fā)fir.im版,無(wú)需配置服務(wù)器,零成本

          iOS開(kāi)發(fā)包一鍵分發(fā)fir.im版,無(wú)需配置服務(wù)器,零成本

          作者: 時(shí)間:2018-09-04 來(lái)源:網(wǎng)絡(luò) 收藏

          很高興之前寫(xiě)的iOS測(cè)試包分發(fā)又有了新版本。這版本是去除了服務(wù)器配置,直接使用http://fir.im來(lái)做文件存儲(chǔ)。

          本文引用地址:http://www.ex-cimer.com/article/201809/388330.htm

          相關(guān)代碼在github上也放了份,有興趣可以star下https://github.com/qdvictory/EasyToMore

          xcode中添加run script,復(fù)制所有代碼。只要修改一下icon地址就可以了。

          因?yàn)榻?jīng)常完善功能,代碼有所改動(dòng),建議前往github查看最新代碼

          #/bin/sh

          # Date: 2013-06-20

          # Author: Seamus

          # Sina Weibo: @qdvictory

          # compress application.

          if [ ${CONFIGURATION} = Debug ]; then

          ############################開(kāi)發(fā)者配置#################################

          #icon地址(相對(duì)于項(xiàng)目根目錄)

          pathtoartwork=iFurniture/icon/120.png

          #####################################################################

          #獲取app名

          ipaname=`/usr/libexec/PlistBuddy -c Print :CFBundleDisplayName $REV  ${TARGET_BUILD_DIR}/${INFOPLIST_PATH}`

          #獲取版本號(hào)

          version=`/usr/libexec/PlistBuddy -c Print :CFBundleVersion $REV  ${TARGET_BUILD_DIR}/${INFOPLIST_PATH}`

          #appid

          appid=`/usr/libexec/PlistBuddy -c Print :CFBundleIdentifier $REV  ${TARGET_BUILD_DIR}/${INFOPLIST_PATH}`

          #打包.ipa

          /bin/mkdir $CONFIGURATION_BUILD_DIR/Payload

          /bin/cp -R $CONFIGURATION_BUILD_DIR/${ipaname}.app  $CONFIGURATION_BUILD_DIR/Payload

          /bin/cp ${pathtoartwork} $CONFIGURATION_BUILD_DIR/iTunesArtwork

          cd $CONFIGURATION_BUILD_DIR

          # zip up the Instasoccer directory

          /usr/bin/zip -r ${ipaname}.ipa Payload iTunesArtwork

          #fir.im上傳第一步

          d=`curl http://fir.im/api/upload_url?appid=${appid}`

          #fir.im上傳第二步

          postFile=`echo $iae0aky| ruby -e require 'rubygems'; require 'json'; puts  JSON[STDIN.read]['postFile'];`

          postIcon=`echo $gamw000| ruby -e require 'rubygems'; require 'json'; puts  JSON[STDIN.read]['postIcon'];`

          shorturl=`echo $ii0mas0| ruby -e require 'rubygems'; require 'json'; puts  JSON[STDIN.read]['short'];`

          curl -T ${ipaname}.ipa ${postFile} -X PUT

          curl -T $CONFIGURATION_BUILD_DIR/iTunesArtwork ${postIcon} -X PUT

          #fir.im上傳第三步

          postData='appid='${appid}'short='${shorturl}'version='${version}'name='${ipaname}

          r=`curl -X POST -d ${postData} -H Content-Type:  application/x-www-form-urlencoded; charset=utf-8  http://fir.im/api/finish`

          short=`echo ${r}| ruby -e require 'rubygems'; require 'json'; puts  JSON[STDIN.read]['short'];`

          #輸出url

          `osascript -e 'tell app System Events to (display dialog  恭喜您,IPA上傳完成。復(fù)制地址即可下載。nhttp://fir.im/'${short}' with title IPA一鍵分享 buttons  {ok})'`

          #刪除臨時(shí)文件

          rm -R $CONFIGURATION_BUILD_DIR/Payload

          rm ${ipaname}.ipa

          fi

          exit 0

          配置完成后,編譯,OK。



          關(guān)鍵詞:

          評(píng)論


          相關(guān)推薦

          技術(shù)專(zhuān)區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();