fastlane-plugin-sentry 1.17.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: e19830c8430217e6e65a257acbd386f4cf49968068c167f286425796cf4c0c66
4
- data.tar.gz: 2115c79a219dc3c1741991d141002bdf034eb1f60060da384159bdf7995d36cb
3
+ metadata.gz: ce14b0f16890889f7cf9e500c75a594111b7649553e75b24291ec7d8f27974da
4
+ data.tar.gz: 8d707f7e8c13b3f1f89c4ab6bee2f9165cdb6ba6429eb7eae817c6f7e34bbf49
5
5
  SHA512:
6
- metadata.gz: f03e0d663d3b70e169152b97109d9fdf7766bc2a5cf911a9299b8a86e34680186848fc186387dfa84bc1328aba68422042da52fed9ffa49ca4ac80526d24daba
7
- data.tar.gz: fb4f14428dfd5652d3cdc6d269cc5dfaecfc14db542a8b40d73e342caa730462d8ecbcbc3572f593ec5fde5db5eccfb608b7e8ec6a972d744ff72fd3be4710b1
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.17.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.17.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-12-13 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