fastlane-plugin-taiwan_number_one 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76f22b15999767ab0a862e7ae9b411b5e227d1b40b0ef1404ea15d6cb1501bee
|
4
|
+
data.tar.gz: 29715423d5b09a5f19553789f1da2594532b5e46bb7371b18734c86556cd9609
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cce2d8b08b588021449a00f5777203fed25e172721d47fc55bea30c28e15479925be549644d9c07c5fe8269965ec6d46d909fa1610fae98db0b0ac3b4827cae
|
7
|
+
data.tar.gz: b2b9ecb64148d638a213c740b382ad05ea89be9dd4336ffeffd5b5a8fd891ca59485435f835c41580893085f417263b865ef474c2000f19139ae036ba13898fd
|
@@ -17,7 +17,6 @@ module Fastlane
|
|
17
17
|
|
18
18
|
def self.run(params)
|
19
19
|
begin
|
20
|
-
params[:api_key] ||= Actions.lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
|
21
20
|
|
22
21
|
app_id = params.fetch(:app_identifier)
|
23
22
|
username = params.fetch(:username)
|
@@ -153,7 +152,7 @@ module Fastlane
|
|
153
152
|
|
154
153
|
def self.api_token(params)
|
155
154
|
params[:api_key] ||= Actions.lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
|
156
|
-
api_token ||= Spaceship::ConnectAPI::Token.create(params[:api_key]) if params[:api_key]
|
155
|
+
api_token ||= Spaceship::ConnectAPI::Token.create(**params[:api_key]) if params[:api_key]
|
157
156
|
api_token ||= Spaceship::ConnectAPI::Token.from_json_file(params[:api_key_path]) if params[:api_key_path]
|
158
157
|
return api_token
|
159
158
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-taiwan_number_one
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- andrew54068
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|