From bfb0a10beb76020a76044c238b5b193956d2d5bd Mon Sep 17 00:00:00 2001 From: Carl Chen Date: Fri, 3 Feb 2017 18:58:28 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2e738..13ff565 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ +Note +===== + +Highly suggest you use [**fastlane**(https://github.com/fastlane/fastlane)](https://github.com/fastlane/fastlane) instead of this project. + Introduce -=========== +====== ---- This repository contains a series of useful shell scripts which can help you to work effectively when programming for iOS platform. From e994e43243d3c7edb16c40db7d71d8adde5781cb Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 22 Mar 2017 14:22:10 +0800 Subject: [PATCH 2/2] deprecated ipa-publish-fir, and update Readme --- README.md | 11 +++++++---- ipa-publish-fir | 20 ++++++++++++++------ 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 13ff565..2e6308f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ + Note ===== -Highly suggest you use [**fastlane**(https://github.com/fastlane/fastlane)](https://github.com/fastlane/fastlane) instead of this project. +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 ====== @@ -55,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 @@ -76,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