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 +4 -4
- data/bin/sentry-cli-Darwin-universal +0 -0
- data/bin/sentry-cli-Linux-i686 +0 -0
- data/bin/sentry-cli-Linux-x86_64 +0 -0
- data/bin/sentry-cli-Windows-i686.exe +0 -0
- data/bin/sentry-cli-Windows-x86_64.exe +0 -0
- data/lib/fastlane/plugin/sentry/actions/sentry_upload_dif.rb +1 -1
- data/lib/fastlane/plugin/sentry/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce14b0f16890889f7cf9e500c75a594111b7649553e75b24291ec7d8f27974da
|
4
|
+
data.tar.gz: 8d707f7e8c13b3f1f89c4ab6bee2f9165cdb6ba6429eb7eae817c6f7e34bbf49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de83ebeda501ca202cbede396f628da6ecde869ad088bc2667c959fc4d2c3240c9747b4cb1be34ffca327c409351f8e0d116860003d36e55a7b7e7374fdf2f5a
|
7
|
+
data.tar.gz: 0ba75787f3b2662a880e70fc750ad3a0333f33f32824b9623da2126141425a356f079f79eed851cc8dd61e7c752c05b7a5daff2ef8c5fa41535de583cc478214
|
Binary file
|
data/bin/sentry-cli-Linux-i686
CHANGED
Binary file
|
data/bin/sentry-cli-Linux-x86_64
CHANGED
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]
|
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
|
|
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.
|
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:
|
11
|
+
date: 2024-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: os
|