fastlane-plugin-instabug_official 0.3 → 0.3.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: bbf45c9419a403b2c0a03f1cdb0bdc11607e12c72acc7f7d1ba936531bd31eb9
|
|
4
|
+
data.tar.gz: ca99e9b053c73145ce17d86df6f8d9b19d406c08d0810c4061e61f3fd8230dd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a420bb0a15052fc0d35955e2024cd4fb549e1ba62b363fb63d1b4c867d48f8a388afb047207cd02688f0dbdf9607912b5482dc8efeb1ff1c99c6fc800942981
|
|
7
|
+
data.tar.gz: ebf27aa371cfd5a64423668718fc0dfecfff6fb4344897be3f709b11224093c1096f3c7631360b3f3ba4a293493763393b3070e66cb8df9ef9299c113d3a9915
|
|
@@ -113,9 +113,10 @@ module Fastlane
|
|
|
113
113
|
def self.copy_dsym_paths_into_directory(dsym_paths, directory_path)
|
|
114
114
|
dsym_paths.each do |path|
|
|
115
115
|
if File.extname(path) == '.dSYM'
|
|
116
|
-
|
|
116
|
+
destination_path = "#{directory_path}/#{File.basename(path)}"
|
|
117
|
+
FileUtils.copy_entry(path, destination_path) if File.exist?(path)
|
|
117
118
|
else
|
|
118
|
-
Actions.sh("unzip #{path} -d #{directory_path}")
|
|
119
|
+
Actions.sh("unzip -n #{path} -d #{directory_path}")
|
|
119
120
|
end
|
|
120
121
|
end
|
|
121
122
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-instabug_official
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Instabug
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|