fastlane-plugin-bundletool 1.0.4 → 1.0.5
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: 3316b9eeacf70304f2e0f69d783ca9d05d2c2d1796506b3542405ccb52d4ecd5
|
|
4
|
+
data.tar.gz: 5cb733e217d21209ab8609c05fbf8f003494b211cf923c5b9acb29a7e7819fae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7df6d358ed9595839f8639a9cc86590310a5fe7f8645e4f8cc6db926c30f60ce74ad27ab1df51ebd45872afc412ab1c579954bc0716b768204d4ee60906e22d
|
|
7
|
+
data.tar.gz: 9d493090e285ec55f947dc0bd172883f0414725b562a723283e0e14b5450d75e350c55ab23451e001dfcc4c295004e1bb5e4fd7042adcb7bce9ae6df3c223be7
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ fastlane add_plugin bundletool
|
|
|
13
13
|
or in your Pluginfile under fastlane folder write the following line and run `bundle install`.
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
-
gem 'fastlane-plugin-bundletool', '1.0.
|
|
16
|
+
gem 'fastlane-plugin-bundletool', '1.0.4'
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## About bundletool
|
|
@@ -71,7 +71,7 @@ module Fastlane
|
|
|
71
71
|
keystore_params = ''
|
|
72
72
|
|
|
73
73
|
unless keystore_info.empty?
|
|
74
|
-
keystore_params = "--ks
|
|
74
|
+
keystore_params = "--ks='#{keystore_info[:keystore_path]}' --ks-pass='pass:#{keystore_info[:keystore_password]}' --ks-key-alias='#{keystore_info[:alias]}' --key-pass='pass:#{keystore_info[:alias_password]}'"
|
|
75
75
|
end
|
|
76
76
|
|
|
77
77
|
cmd = "java -jar #{@bundletool_temp_path}/bundletool.jar build-apks --bundle=\"#{aab_path}\" --output=\"#{output_path}\" --mode=universal #{keystore_params}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-bundletool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Gonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|