version 1.1.1

This commit is contained in:
NaixSpirit
2015-07-08 16:59:33 +08:00
parent b08e764325
commit d25d9d8994
4 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 更新记录
### FIR-CLI 1.1.1
- android app 不转换 icon
### FIR-CLI 1.1.0
- 完全兼容新版 API
- 请使用新版 API Token

View File

@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
/_/ /___/_/ |_| \____/_____/___/
## 更新记录
### FIR-CLI 1.1.0
### FIR-CLI 1.1.1
- 完全兼容新版 API ✔
- 请使用新版 API Token
- 新版 API Token 查看地址: `http://fir.im/user/info`

View File

@@ -21,7 +21,7 @@ module FIR
$ fir b <workspace dir> -w -S <scheme name> [-C <configuration>] [-t <target name>] [-o <ipa output dir>] [settings] [-c <changelog>] [-p -T <your token>]
LONGDESC
map ["b", "build"] => :build_ipa
method_option :workspace, type: :boolean, aliases: "-w", desc: "Set true/false if build workspace"
method_option :workspace, type: :boolean, aliases: "-w", desc: "true/false if build workspace"
method_option :scheme, type: :string, aliases: "-S", desc: "Set the scheme NAME if build workspace"
method_option :configuration, type: :string, aliases: "-C", desc: "Use the build configuration NAME for building each target"
method_option :target, type: :string, aliases: "-t", desc: "Build the target specified by targetname"

View File

@@ -1,5 +1,5 @@
# encoding: utf-8
module FIR
VERSION = "1.1.0"
VERSION = "1.1.1"
end