fastlane-plugin-sentry 1.17.0 → 1.19.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: 42b3a528a24513e1ebe965931738febfebc92fb5bf563eda5fc7320e012a0f30
4
+ data.tar.gz: 381f75a5436f63748d058090d0e9c10a7a2d6b455049b1d61358b0bd5323e920
5
5
  SHA512:
6
- metadata.gz: f03e0d663d3b70e169152b97109d9fdf7766bc2a5cf911a9299b8a86e34680186848fc186387dfa84bc1328aba68422042da52fed9ffa49ca4ac80526d24daba
7
- data.tar.gz: fb4f14428dfd5652d3cdc6d269cc5dfaecfc14db542a8b40d73e342caa730462d8ecbcbc3572f593ec5fde5db5eccfb608b7e8ec6a972d744ff72fd3be4710b1
6
+ metadata.gz: 19229b9aa2582bbba5993b869a67c21bcf604688fa01f13166013d7b2a2285265a121ad2e3f76013207e7c20cb788bbd72b19390988eefe5ecd06013750d95fe
7
+ data.tar.gz: bbc77e6a9e418d7d097cd326c860d255ba5cf5cdb10e5553511406d5a77b6d052617f46552b447ec703b5766fdb53ae8283145da8963c025e3dc6935546ffa76
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.19.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.19.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-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os