fastlane-plugin-firebase_app_distribution 0.3.4.pre.1 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb +2 -2
- data/lib/fastlane/plugin/firebase_app_distribution/client/firebase_app_distribution_api_client.rb +1 -1
- data/lib/fastlane/plugin/firebase_app_distribution/helper/firebase_app_distribution_error_message.rb +1 -1
- data/lib/fastlane/plugin/firebase_app_distribution/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95f39c2a13ac05b24c98fe9a6d1fc86b0b943c2863ef1828389456e6d6755760
|
4
|
+
data.tar.gz: b2bcc6f542c283d7bb2b8627dd09d4c1bcf2efb5831b5383a94a062cdc508df6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c6cdc3695ceb9c9eb3cc5615e7f6a3cd5ce7a51abfb7f08ef782f82148b506b77993f58ce2b66543d43b0b529959f2bea2a52d3c57db165b4fa4a8bcc7c2db7
|
7
|
+
data.tar.gz: 00d23c9c049c7a1058d07e5f2df2eb05eb7a41ee8c7cf15aca07e3e524a99752f679d238eb99054367ebbb86ba95cc3391be007bb23f95817119345511f6e451
|
data/lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb
CHANGED
@@ -201,12 +201,12 @@ module Fastlane
|
|
201
201
|
type: String),
|
202
202
|
FastlaneCore::ConfigItem.new(key: :groups,
|
203
203
|
env_name: "FIREBASEAPPDISTRO_GROUPS",
|
204
|
-
description: "The
|
204
|
+
description: "The group aliases used for distribution, separated by commas",
|
205
205
|
optional: true,
|
206
206
|
type: String),
|
207
207
|
FastlaneCore::ConfigItem.new(key: :groups_file,
|
208
208
|
env_name: "FIREBASEAPPDISTRO_GROUPS_FILE",
|
209
|
-
description: "The
|
209
|
+
description: "The group aliases used for distribution, separated by commas",
|
210
210
|
optional: true,
|
211
211
|
type: String),
|
212
212
|
FastlaneCore::ConfigItem.new(key: :testers,
|
data/lib/fastlane/plugin/firebase_app_distribution/client/firebase_app_distribution_api_client.rb
CHANGED
@@ -46,7 +46,7 @@ module Fastlane
|
|
46
46
|
request.headers[CONTENT_TYPE] = APPLICATION_JSON
|
47
47
|
end
|
48
48
|
rescue Faraday::ClientError
|
49
|
-
UI.user_error!("#{ErrorMessage::INVALID_TESTERS} \nEmails: #{emails} \
|
49
|
+
UI.user_error!("#{ErrorMessage::INVALID_TESTERS} \nEmails: #{emails} \nGroup Aliases: #{group_aliases}")
|
50
50
|
end
|
51
51
|
UI.success("✅ Added testers/groups.")
|
52
52
|
end
|
data/lib/fastlane/plugin/firebase_app_distribution/helper/firebase_app_distribution_error_message.rb
CHANGED
@@ -11,7 +11,7 @@ module ErrorMessage
|
|
11
11
|
INVALID_APP_ID = "App Distribution could not find your app. Make sure to onboard your app by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution. App ID"
|
12
12
|
INVALID_PROJECT = "App Distribution could not find your Firebase project. Make sure to onboard an app in your project by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution."
|
13
13
|
INVALID_PATH = "Could not read content from"
|
14
|
-
INVALID_TESTERS = "Could not enable access for testers. Check that the groups exist and
|
14
|
+
INVALID_TESTERS = "Could not enable access for testers. Check that the tester emails are formatted correctly, the groups exist and you are using group aliases (not group names) for specifying groups."
|
15
15
|
INVALID_RELEASE_NOTES = "Failed to add release notes"
|
16
16
|
SERVICE_CREDENTIALS_ERROR = "App Distribution could not generate credentials from the service credentials file specified"
|
17
17
|
PLAY_ACCOUNT_NOT_LINKED = "This project is not linked to a Google Play account."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-firebase_app_distribution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.4
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Natchev
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-04-
|
13
|
+
date: 2022-04-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: pry
|
@@ -179,9 +179,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
179
179
|
version: '0'
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
181
|
requirements:
|
182
|
-
- - "
|
182
|
+
- - ">="
|
183
183
|
- !ruby/object:Gem::Version
|
184
|
-
version:
|
184
|
+
version: '0'
|
185
185
|
requirements: []
|
186
186
|
rubygems_version: 3.1.4
|
187
187
|
signing_key:
|