fastlane-plugin-repack_ios 0.2.1 → 0.2.2

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: e8c4d8bd6f4d28d65f8fc6af9eb6572af03a4bc02760f2207fbfaeeef2a2ef5d
4
- data.tar.gz: cc0c732f2b58cb484e4a6aabde0b5e3e75b8e02f1e54dac12c7a27e5406a1c4c
3
+ metadata.gz: b33e8175bdafd46285fae36cf809ada9095cb8efd6eb952291915a54cee1d468
4
+ data.tar.gz: cff87e48c6be81788a798333453df383e75b196682ce34995921f432512d6703
5
5
  SHA512:
6
- metadata.gz: 34bbe3ffb56eb3c705fa313dad316bd9c407261a7e80ed9def8bbdb0dfc0203f29063f48a476a41122de7218e08a20636b90b35dc150d9b36eecec04c1898340
7
- data.tar.gz: 32fa17050b32d4149c73d2df0696a10b271d1764edfe500ebb3b988e099ca51ee6208d1d37b504960c2cc9722974adc48b3f783290090109e61f7d6149b47191
6
+ metadata.gz: 58f839840d823efbfad9385d1e035d1804944547042c83967454ec9cb400a10373fc6853c92eefe0de6868caccbf94353a99997fab08dfd074c9a5844cd6f649
7
+ data.tar.gz: '08545195824dc6b5f14c58717d97a108bfb02860eb8dd41dca63089d33c296f4c21d4500854b9aa02b578dd826a4fe919cebb4c3befe58b07c220ddfb2a12182'
data/README.md CHANGED
@@ -34,7 +34,7 @@ You can also specify additional parameters to `repack_ios` action. Eg.
34
34
  ipa: "./build/ios/TestApp.ipa",
35
35
  contents: "./build/react-native/",
36
36
  match_type: "adhoc", # Optional if you use _sigh_ or _match_
37
- bundle_id: "com.creaworks.fastlane-app.repacked"
37
+ bundle_id: "com.creaworks.fastlane-app.repacked",
38
38
  bundle_version: ENV["CI_BUILD_NUMBER"]
39
39
  })
40
40
  ```
@@ -1,5 +1,6 @@
1
1
  require 'fastlane/action'
2
2
  require 'gym'
3
+ require 'match'
3
4
  require_relative '../helper/repack_ios_helper'
4
5
 
5
6
  module Fastlane
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module RepackIos
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
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: 0.2.1
4
+ version: 0.2.2
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-04-05 00:00:00.000000000 Z
11
+ date: 2020-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry