fastlane-plugin-firebase_app_distribution 0.3.2.pre.1 → 0.3.2

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: 2f128010598972c74283a13b7f0b5f4caf6d6e5c81a55d29afe2ce95aaec1689
4
- data.tar.gz: cee09afb5df6a71d152b83aa8bd1ffb9d345d1a4bb67d023d873d66ee4a1ea8e
3
+ metadata.gz: fc1248f0ff34d8d0f74cafde4a839963d6d38bd73921bd7c5e8b02bd8b3fafeb
4
+ data.tar.gz: 7a890cb66dbff3157e3e7a490e5cfd7b994a3b7d6dfbee860afa8adc61038da0
5
5
  SHA512:
6
- metadata.gz: 9c07147d44692df714866c88cfd48a6562e51727bb37bdd2e330060432f3f19301988942304d124aab72005b061e0139b6d781871af66469de76236f9da09e24
7
- data.tar.gz: 515ce2300fe54efef6e165d3a942268ee80624d7fed9feba07144893855e34144899d03e4d770b6e3088282e743fb272c231f919e5658e758508f18bec65c14a
6
+ metadata.gz: 2e97c2cc4f08ef9d3930305116c828e7b8fffb6a627958e502b1b9423e1cbe1b9505c06ec49d49d771cca353b371ee2aa4aa0f219f29c0cb90e41a028415f48f
7
+ data.tar.gz: dc8b9b8cfdce10575df9bb157c5a464967e7082a18f71c30ddd2e7bbffcfda2f2265c091f1c65e4faf0683888c93f87078fb8e720cd2339d970c06c85c4302b5
@@ -253,7 +253,7 @@ module Fastlane
253
253
  [
254
254
  <<-CODE
255
255
  firebase_app_distribution(
256
- app: "1:1234567890:ios:0a1b2c3d4e5f67890",
256
+ app: "<your Firebase app ID>",
257
257
  testers: "snatchev@google.com, rebeccahe@google.com"
258
258
  )
259
259
  CODE
@@ -88,9 +88,9 @@ module Fastlane
88
88
 
89
89
  def self.example_code
90
90
  [
91
- 'release = firebase_app_distribution_get_latest_release(app: "1:1234567890:ios:0a1b2c3d4e5f67890")',
91
+ 'release = firebase_app_distribution_get_latest_release(app: "<your Firebase app ID>")',
92
92
  'increment_build_number({
93
- build_number: firebase_app_distribution_get_latest_release(app: "1:1234567890:ios:0a1b2c3d4e5f67890")[:buildVersion].to_i + 1
93
+ build_number: firebase_app_distribution_get_latest_release(app: "<your Firebase app ID>")[:buildVersion].to_i + 1
94
94
  })'
95
95
  ]
96
96
  end
@@ -86,7 +86,7 @@ module Fastlane
86
86
  [
87
87
  <<-CODE
88
88
  firebase_app_distribution_get_udids(
89
- app: "1:1234567890:ios:0a1b2c3d4e5f67890",
89
+ app: "<your Firebase app ID>",
90
90
  output_file: "tester_udids.txt",
91
91
  )
92
92
  CODE
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirebaseAppDistribution
3
- VERSION = "0.3.2.pre.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
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.2.pre.1
4
+ version: 0.3.2
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: 2021-11-30 00:00:00.000000000 Z
13
+ date: 2021-12-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pry
@@ -179,11 +179,11 @@ 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: 1.3.1
184
+ version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.0.3
186
+ rubygems_version: 3.2.32
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: Release your beta builds to Firebase App Distribution. https://firebase.google.com/docs/app-distribution