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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b33e8175bdafd46285fae36cf809ada9095cb8efd6eb952291915a54cee1d468
|
|
4
|
+
data.tar.gz: cff87e48c6be81788a798333453df383e75b196682ce34995921f432512d6703
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
```
|
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.
|
|
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-
|
|
11
|
+
date: 2020-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|