diff --git a/README.md b/README.md index 5d2e738..2e6308f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ + +Note +===== + +Highly suggest you use [**fastlane**](https://github.com/fastlane/fastlane) instead of this project. + +If you want to publish ipa to fir, use official project [**fir-cli**](https://github.com/FIRHQ/fir-cli) instead of this project. Script ipa-publish-fir is deprecated. + Introduce -=========== +====== ---- This repository contains a series of useful shell scripts which can help you to work effectively when programming for iOS platform. @@ -50,11 +58,11 @@ This ipa-build script is created to compile the xcode project and package the pr -w build xcode workspace -s NAME the schemal to be used for compiling -n clean the project before compling - + ####Example: ***build project*** - +​ If you have an iOS project in the path ~/iphone, and the ipa-build script is put in the path ~/xcode-shell.You want to build this project with 'Release' configuration.Just using script like this: cd ~/iphone @@ -71,7 +79,7 @@ If ~/iphone is a xcode workspace and the scheme used for compile named 'test'.Th You can also assign a specific configuration by using -c option. - + Note:If script executed successfully,an ipa file is created in the path: /build/ipa-build. ##2.compile project used CocoaPods diff --git a/ipa-publish-fir b/ipa-publish-fir index 3e8b91a..2206cde 100755 --- a/ipa-publish-fir +++ b/ipa-publish-fir @@ -27,18 +27,26 @@ # 修改人:Shannon Chou # 修改内容:在原ipa-publish 的基础上改为ipa-publish-fir,用于将app 发布到fir.im上测试 #-------------------------------------------- +# 修改日期:2017/03/22 +# 修改人:Shannon Chou +# 修改内容:修改配置部分, 该脚本已废弃,建议使用fir 官方cli 工具 +#-------------------------------------------- + + + + + #须配置内容 start -#以下是邮箱的相关设置,jiecao.fm 提供了一个可以直接使用的邮箱账号,请不要去更改邮箱密码,以便他人使用 -#更改收件人就可直接使用 +#以下是邮箱的相关设置 #收件人,多个收件人以空格分隔 -email_reciver="zhoujun@jiecao.fm shannonchou@sina.com" +email_reciver="" #发送者邮箱 -email_sender=xcodeshell@jiecao.fm +email_sender= #邮箱用户名 -email_username=xcodeshell@jiecao.fm +email_username= #邮箱密码 -email_password=jiecao.fm1 +email_password= #smtp服务器地址 email_smtphost=smtp.exmail.qq.com