fastlane-plugin-upload_symbols_to_shake 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e7b942f3370c9acfa403eb335ca6d79b6140586a27c05ff1c8f5d08f61cd627
|
4
|
+
data.tar.gz: a67efa149b3c03ff4c86d88698ee3b5af6d907b42256dfa83f51b658c71f5524
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b635b651f8915f1c73f69680d3209a363289ec176098dcd677fd82ef2cab3263a107bd9d48dfdd92ec7b53dbf90d5cdd12f3311774ecf19c9de173dcc5f3bcb
|
7
|
+
data.tar.gz: d902e09f7bd112421368f9408befd183c9960b9406a31c71529d83c6c5fb31e1ebc249d388d8ff16e59088fae89609cda67815c23e2ba246c281aefe9cea9c7a
|
@@ -193,7 +193,9 @@ module Fastlane
|
|
193
193
|
file_path = if dsym_path.end_with?('.zip')
|
194
194
|
dsym_path.shellescape
|
195
195
|
else
|
196
|
-
ZipAction.run(path: dsym_path
|
196
|
+
ZipAction.run(path: dsym_path,
|
197
|
+
include: [],
|
198
|
+
exclude: []).shellescape
|
197
199
|
end
|
198
200
|
command + "@\"#{Shellwords.shellescape(file_path)}\""
|
199
201
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-upload_symbols_to_shake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shake Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|