fastlane-plugin-emerge 0.3.2 → 0.3.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc17f46cfc65d4e32951d958932fbbfed3d8c5e535545e65f4b94a3a1810fe3c
|
4
|
+
data.tar.gz: 007d7e6bf3ae00ac20eafea8a661bdd634adb37ad130c757ed3ff14db17c18cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c273d5faa4ad923ee625b0d132691ed2859a71722ce52ba96750c076b872bb055e31884dec53b12ec7d043750f5d9c7673015b15cef262e0c5a4d4b8ca7390bf
|
7
|
+
data.tar.gz: 0a16f5257de169978011cdc472dec9d1f7e3d0af27a419c2b9130a77c2b480b68b03521895edcbb2ae8003835036df1874f53b7f8f7473ed1ac013f140c4f0ab
|
@@ -43,14 +43,18 @@ module Fastlane
|
|
43
43
|
file_path = "#{absolute_path.dirname}/archive.xcarchive.zip"
|
44
44
|
ZipAction.run(
|
45
45
|
path: "#{d}/archive.xcarchive",
|
46
|
-
output_path: file_path
|
46
|
+
output_path: file_path,
|
47
|
+
exclude: [],
|
48
|
+
include: [])
|
47
49
|
UI.message("Archive generated at #{file_path}")
|
48
50
|
end
|
49
51
|
elsif File.extname(file_path) == '.xcarchive'
|
50
52
|
zip_path = file_path + ".zip"
|
51
53
|
Actions::ZipAction.run(
|
52
54
|
path: file_path,
|
53
|
-
output_path: zip_path
|
55
|
+
output_path: zip_path,
|
56
|
+
exclude: [],
|
57
|
+
include: [])
|
54
58
|
file_path = zip_path
|
55
59
|
elsif !File.extname(file_path) == '.zip'
|
56
60
|
UI.error("Invalid input file")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-emerge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Emerge Tools, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|