fastlane-plugin-firebase_app_distribution 0.9.0.pre.3 → 0.9.0.pre.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: 5d7ed4a0a9d749511bec75416ba92973ace84c89ba66b3a72334954fbcbf877b
4
- data.tar.gz: '089dedc3f702c9d6e96eb524e52297d05fdc0cd2fb5c24b7bbd2ab05bda5bf8d'
3
+ metadata.gz: ae48b7ba8c86fc7e54c30a6717e389c8878a1184cf2475d59b1e459e3267fe55
4
+ data.tar.gz: f748841840157b734cfe23855aa5ed75f40536adc94523d53e94f3b7a3db6018
5
5
  SHA512:
6
- metadata.gz: 48a14b02bd94c8af09891adea99ef689ed5c0f0098e470de9bcb528da947477f01e0b04bbb721fd44224ff7f0608bc7851a9d8b8b1265119015e84f3a0107120
7
- data.tar.gz: 167b00c19c2cd8fa0e15d7b14cb4a02f45d15854d5a6104120463264696ddbd0d1cb67cc134146edb4dc89a9e40e72d0f9fe39a90735bbaac4883ce5b0e0a4e5
6
+ metadata.gz: 54b126b759d40b3b5ea71c5e259247964cf4d0a722b6da144ff706d33ed1b5919d1b7db4a9bf160b21b83b0effdf815187cdad910809b84ba836d6fcc2b02d51
7
+ data.tar.gz: 3490226a8aea0711d0a3f4e3ebc48664aa91fa0ac2e97cf64b2b88ceafb0bdc5e53b4334d9ce37e83333e10bdccaf88a900ddab603a5235a95c75a75d4ef8a41
@@ -28,8 +28,9 @@ module Fastlane
28
28
  end
29
29
  udids = client.get_project_tester_udids(project_name(project_number)).tester_udids
30
30
 
31
- if udids.empty?
32
- UI.important("App Distribution fetched 0 tester UDIDs. Nothing written to output file.")
31
+ if udids.to_a.empty?
32
+ File.delete(params[:output_file]) if File.exist?(params[:output_file])
33
+ UI.important("App Distribution fetched 0 tester UDIDs. Removed output file.")
33
34
  else
34
35
  write_udids_to_file(udids, params[:output_file])
35
36
  UI.success("🎉 App Distribution tester UDIDs written to: #{params[:output_file]}")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirebaseAppDistribution
3
- VERSION = "0.9.0.pre.3"
3
+ VERSION = "0.9.0.pre.4"
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.9.0.pre.3
4
+ version: 0.9.0.pre.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: 2024-02-01 00:00:00.000000000 Z
13
+ date: 2024-02-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: google-apis-firebaseappdistribution_v1