fastlane-plugin-sentry 1.16.0 → 1.18.0

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: '082a8a94716c081d140251f2aa2213f7cfe00736db89974f5e988520c1e79bb3'
4
- data.tar.gz: 32e1a27f3f374c70e3a398610a6921c4bc18dc1e5ef04786aab11c43645727d6
3
+ metadata.gz: ce14b0f16890889f7cf9e500c75a594111b7649553e75b24291ec7d8f27974da
4
+ data.tar.gz: 8d707f7e8c13b3f1f89c4ab6bee2f9165cdb6ba6429eb7eae817c6f7e34bbf49
5
5
  SHA512:
6
- metadata.gz: f3d32e8d4905396df49177ec456d6a6372dd67e3cf345b2c16c0afd9256ca1ce5da6b2e9f945a4425dc139ef2f6da371068310b067a7474ab963c1f5b8bcf16e
7
- data.tar.gz: a625410b57aaf0a6f93944ba3f9ed7f7d6f483fd65c6652a5c5d298a0d66c172719283d3b22fa402e79256d128daaaa0c4f60dcf59dda6291f6405a799ad9891
6
+ metadata.gz: de83ebeda501ca202cbede396f628da6ecde869ad088bc2667c959fc4d2c3240c9747b4cb1be34ffca327c409351f8e0d116860003d36e55a7b7e7374fdf2f5a
7
+ data.tar.gz: 0ba75787f3b2662a880e70fc750ad3a0333f33f32824b9623da2126141425a356f079f79eed851cc8dd61e7c752c05b7a5daff2ef8c5fa41535de583cc478214
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -26,7 +26,7 @@ module Fastlane
26
26
  command.push('--info-plist').push(params[:info_plist]) unless params[:info_plist].nil?
27
27
  command.push('--no-reprocessing') unless params[:no_reprocessing].nil?
28
28
  command.push('--force-foreground') unless params[:force_foreground].nil?
29
- command.push('--include-sources') unless params[:include_sources].nil?
29
+ command.push('--include-sources') unless params[:include_sources] != true
30
30
  command.push('--wait') unless params[:wait].nil?
31
31
  command.push('--upload-symbol-maps') unless params[:upload_symbol_maps].nil?
32
32
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.16.0"
3
+ VERSION = "1.18.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-sentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-12 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os