fastlane-plugin-repack_ios 1.0.0 → 1.0.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: b7603bb6257703b0a11931de5edc198daccc96a407713cfa1f0b91055d202a2c
|
|
4
|
+
data.tar.gz: dd1ef91f1f7badf2cc50726d1304b25b3324dd01d0be706c20ba892638851258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 284aa9ca62d24dcc7dc8dcd0c328d55774bb18cdb3500a3dc20170faf15cecd54d3c9db3d9870e32c769945c311b6722b6a1fa473d31b8a6b01b88a635f0a6e2
|
|
7
|
+
data.tar.gz: 4c627c6116020dc7c1f516b438920747af3bee8a4c974d6ac2ba05d085a55734ddc9bbfa5dfeff3bae81ae90cf45a74c8364effc015211d7dbccc5bbf473338c
|
data/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[](https://badge.fury.io/rb/fastlane-plugin-repack_ios)
|
|
5
5
|
[](https://rubygems.org/gems/fastlane-plugin-repack_ios)
|
|
6
6
|
[](https://github.com/creaworks-labs/fastlane-plugin-repack-ios/blob/master/LICENSE)
|
|
7
|
+
[](<LINK>)
|
|
7
8
|
|
|
8
9
|
## Getting Started
|
|
9
10
|
|
|
@@ -40,9 +40,11 @@ module Fastlane
|
|
|
40
40
|
|
|
41
41
|
sigh_profile_type = Actions.lane_context[SharedValues::SIGH_PROFILE_TYPE]
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
if params[:match_type].nil?
|
|
44
|
+
unless sigh_profile_type.nil?
|
|
45
|
+
UI.important("Match type parameters obtained from sigh profile context!")
|
|
46
|
+
params[:match_type] = sigh_profile_type.sub!('-', '')
|
|
47
|
+
end
|
|
46
48
|
end
|
|
47
49
|
|
|
48
50
|
# check match_type is passed?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-repack_ios
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Omer Duzyol
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|