firim 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -3
- data/lib/firim/options.rb +1 -1
- data/lib/firim/version.rb +1 -1
- metadata +2 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c80df0584f730a7a566c182fa5ef6d437a916d85fb1cff742c6d788b16235df
|
|
4
|
+
data.tar.gz: 6ec7bc06b2ebb57bb0a05540383829faa206fb742f5b75c9aff55ad3cf6680d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05d6dc9a9221d71a98820192f4545cf1f3ff58165c2abfa984e3f3ab4d825170ac45e1523cfbd563774c80a8ac4f1fc7ae5c300e5fc485cff141d7ec5d2b31a8
|
|
7
|
+
data.tar.gz: 2ec46da632712e5c33181d57c8fc3284001f8e2de09f30fefef0b4505e09ee17cfadae253e3d62f0f7f5ce2c72ed68e0e9d7129d59fcd84608150a0dc0a73990
|
data/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
***Important***
|
|
2
|
+
|
|
3
|
+
***For the reason of fir.im had changed the Base URL, pls set `firim_api_url` to `http://api.jappstore.com/` or `http://api.bq04.com`.*** [issue](https://github.com/whlsxl/firim/issues/26)
|
|
4
|
+
|
|
1
5
|
# Firim
|
|
2
6
|
|
|
3
7
|
Firim is a command tool to directly upload ipa and change app infomation on fir.im. fir.im is a Beta APP host website, you can upload ipa for AdHoc or InHouse distribution for testing.
|
|
@@ -39,9 +43,9 @@ Upload with icon ***NOTICE: Icon must be jpg format***
|
|
|
39
43
|
|
|
40
44
|
Use `firim_api_url` to set API URL, if `fir.im` change the Base URL. default is `https://api.fir.im`.
|
|
41
45
|
|
|
42
|
-
#
|
|
46
|
+
# Assign API Token
|
|
43
47
|
|
|
44
|
-
There are three ways to
|
|
48
|
+
There are three ways to assign Firim API Token
|
|
45
49
|
|
|
46
50
|
1. Set `FIRIM_TOKEN` environment variables
|
|
47
51
|
2. Add `token` to `macOS Keychain`
|
|
@@ -69,4 +73,4 @@ The gem is available as open source under the terms of the [MIT License](http://
|
|
|
69
73
|
* Export all app infomation to a file
|
|
70
74
|
* Generate a web page show all the app's link and infomations
|
|
71
75
|
* Show the app list, and export all app infomations to a file
|
|
72
|
-
* force reset icon
|
|
76
|
+
* force reset icon
|
data/lib/firim/options.rb
CHANGED
|
@@ -11,7 +11,7 @@ module Firim
|
|
|
11
11
|
description: "The fir platform, support ios/android"),
|
|
12
12
|
# fir.im api url
|
|
13
13
|
FastlaneCore::ConfigItem.new(key: :firim_api_url,
|
|
14
|
-
default_value: "https://api.
|
|
14
|
+
default_value: "https://api.bq04.com",
|
|
15
15
|
description: "fir.im api URL"),
|
|
16
16
|
# firim info
|
|
17
17
|
FastlaneCore::ConfigItem.new(key: :firim_api_token,
|
data/lib/firim/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- whlsxl
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane
|
|
@@ -30,34 +30,6 @@ dependencies:
|
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 3.0.0
|
|
33
|
-
- !ruby/object:Gem::Dependency
|
|
34
|
-
name: faraday
|
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
|
36
|
-
requirements:
|
|
37
|
-
- - "~>"
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '0.9'
|
|
40
|
-
type: :runtime
|
|
41
|
-
prerelease: false
|
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
-
requirements:
|
|
44
|
-
- - "~>"
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '0.9'
|
|
47
|
-
- !ruby/object:Gem::Dependency
|
|
48
|
-
name: faraday_middleware
|
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - "~>"
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '0.9'
|
|
54
|
-
type: :runtime
|
|
55
|
-
prerelease: false
|
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
requirements:
|
|
58
|
-
- - "~>"
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version: '0.9'
|
|
61
33
|
- !ruby/object:Gem::Dependency
|
|
62
34
|
name: bundler
|
|
63
35
|
requirement: !ruby/object:Gem::Requirement
|