This commit is contained in:
NaixSpirit
2015-11-20 15:02:50 +08:00
parent fb4e9d0b58
commit dac1df4cc7

View File

@@ -82,7 +82,7 @@
### fir-cli 1.1.7
- 增加符号表上传指令, `fir mapping(alias m)`
- 有下三种方式上传符号表(目前已经支持 dSYM 和 txt 两种格式的符号表文件上传)
- 有下三种方式上传符号表(目前已经支持 dSYM 和 txt 两种格式的符号表文件上传)
- 1. 指定 version 和 build 上传: `fir m <mapping file path> -P <bughd project id> -v <app version> -b <app build> -T <your api token>`
- 2. 在 publish 的时候自动上传: `fir p <app file path> -m <mapping file path> -P <bughd project id> -T <your api token>`
- 3. 在 build_ipa 的时候自动上传: `fir b <project dir> -P <bughd project id> -M -p -T <your api token>`