mirror of
https://github.com/zhigang1992/fir-cli.git
synced 2026-04-29 01:54:56 +08:00
version 1.1.1
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
## 更新记录
|
||||
### FIR-CLI 1.1.1
|
||||
- android app 不转换 icon
|
||||
|
||||
### FIR-CLI 1.1.0
|
||||
- 完全兼容新版 API
|
||||
- 请使用新版 API Token
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
module FIR
|
||||
VERSION = "1.1.0"
|
||||
VERSION = "1.1.1"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user