fastlane-plugin-repack_ios 1.0.0 → 1.0.1

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: dde60a805cba0d53f2d15ebefca7a29fa1bc3fbe7a2bfc93a06affe09bbf2293
4
- data.tar.gz: e5bcc5536699d2bed2170abfab0ed52596b70aa4c7cbb172ea826185ffcdd296
3
+ metadata.gz: b7603bb6257703b0a11931de5edc198daccc96a407713cfa1f0b91055d202a2c
4
+ data.tar.gz: dd1ef91f1f7badf2cc50726d1304b25b3324dd01d0be706c20ba892638851258
5
5
  SHA512:
6
- metadata.gz: d5cb9722aad88f3d020972917bf795348ba30cae22d29d067dd75985f64ab62fb91ec80e8826a8994be3592b807047be39f0ed2073775572b907876bf4d7eee8
7
- data.tar.gz: 87b57c9c8459bcdcba815c383d49f98058eee12c9c16a062925a73f540e460f4e12713130b9308a0c81da46cf174cde11f9b35c222f795c8b8535c7724500676
6
+ metadata.gz: 284aa9ca62d24dcc7dc8dcd0c328d55774bb18cdb3500a3dc20170faf15cecd54d3c9db3d9870e32c769945c311b6722b6a1fa473d31b8a6b01b88a635f0a6e2
7
+ data.tar.gz: 4c627c6116020dc7c1f516b438920747af3bee8a4c974d6ac2ba05d085a55734ddc9bbfa5dfeff3bae81ae90cf45a74c8364effc015211d7dbccc5bbf473338c
data/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/fastlane-plugin-repack_ios.svg)](https://badge.fury.io/rb/fastlane-plugin-repack_ios)
5
5
  [![Downloads](https://img.shields.io/gem/dt/fastlane-plugin-repack_ios.svg?style=flat)](https://rubygems.org/gems/fastlane-plugin-repack_ios)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/creaworks-labs/fastlane-plugin-repack-ios/blob/master/LICENSE)
7
+ [![creaworks-labs](https://circleci.com/gh/creaworks-labs/fastlane-plugin-repack-ios.svg?style=svg)](<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
- unless sigh_profile_type.nil?
44
- UI.important("Match type parameters obtained from sigh profile context!")
45
- params[:match_type] = sigh_profile_type.sub!('-', '')
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?
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module RepackIos
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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: 2020-12-05 00:00:00.000000000 Z
11
+ date: 2021-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry