Skip to content

Commit ab4036d

Browse files
authored
Merge pull request webfrogs#21 from jiecao-fm/master
Deprecated ipa-publish-fir, and update Readme
2 parents bfb0a10 + e994e43 commit ab4036d

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
12
Note
23
=====
34

4-
Highly suggest you use [**fastlane**(https://github.com/fastlane/fastlane)](https://github.com/fastlane/fastlane) instead of this project.
5+
Highly suggest you use [**fastlane**](https://github.com/fastlane/fastlane) instead of this project.
6+
7+
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.
58

69
Introduce
710
======
@@ -55,11 +58,11 @@ This ipa-build script is created to compile the xcode project and package the pr
5558
-w build xcode workspace
5659
-s NAME the schemal to be used for compiling
5760
-n clean the project before compling
58-
61+
5962
####Example:
6063

6164
***build project***
62-
65+
6366
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:
6467

6568
cd ~/iphone
@@ -76,7 +79,7 @@ If ~/iphone is a xcode workspace and the scheme used for compile named 'test'.Th
7679

7780
You can also assign a specific configuration by using -c option.
7881

79-
82+
8083
Note:If script executed successfully,an ipa file is created in the path: <project path>/build/ipa-build.
8184

8285
##2.compile project used CocoaPods

ipa-publish-fir

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,26 @@
2727
# 修改人:Shannon Chou
2828
# 修改内容:在原ipa-publish 的基础上改为ipa-publish-fir,用于将app 发布到fir.im上测试
2929
#--------------------------------------------
30+
# 修改日期:2017/03/22
31+
# 修改人:Shannon Chou
32+
# 修改内容:修改配置部分, 该脚本已废弃,建议使用fir 官方cli 工具
33+
#--------------------------------------------
34+
35+
36+
37+
38+
3039
#须配置内容 start
3140

32-
#以下是邮箱的相关设置,jiecao.fm 提供了一个可以直接使用的邮箱账号,请不要去更改邮箱密码,以便他人使用
33-
#更改收件人就可直接使用
41+
#以下是邮箱的相关设置
3442
#收件人,多个收件人以空格分隔
35-
email_reciver="zhoujun@jiecao.fm shannonchou@sina.com"
43+
email_reciver=""
3644
#发送者邮箱
37-
email_sender=xcodeshell@jiecao.fm
45+
email_sender=
3846
#邮箱用户名
39-
email_username=xcodeshell@jiecao.fm
47+
email_username=
4048
#邮箱密码
41-
email_password=jiecao.fm1
49+
email_password=
4250
#smtp服务器地址
4351
email_smtphost=smtp.exmail.qq.com
4452

0 commit comments

Comments
 (0)