fastlane-plugin-match_android 0.3.3 → 0.3.4
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: f48f84591afe7cb9bddd5eedd4fedad30800aff341a89ba2c8ac33330deebd97
|
4
|
+
data.tar.gz: a27f55a2f774e1157b393d60ef8284eb790d5e6c196a4b133407d3a38ebd9292
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '094312c8f776a59d74f0ed9f8d6af8cc226d7347a1790c833c8ff6f401bb71ebddd2a4ab6429ab93f41e75a0b97466f0c787bf5c39d138458ed185b7ac8ffe7d'
|
7
|
+
data.tar.gz: c98184122198b91b4e87f3a27c0eb505b4c9962fd91aaccc4ef76835dce3e38573ea0076fe3cbe3d3cc00cad9137deb87be695ffe4b111edac3eceeb59bf3971
|
@@ -560,6 +560,9 @@ module Fastlane
|
|
560
560
|
city_locality = self.prompt2(text: "Certificate City or Locality: ", value: data_city_locality)
|
561
561
|
state_province = self.prompt2(text: "Certificate State or Province: ", value: data_state_province)
|
562
562
|
country = self.prompt2(text: "Certificate Country Code (XX): ", value: data_country)
|
563
|
+
|
564
|
+
# Make sure the directory exists
|
565
|
+
FileUtils.mkdir_p keystoreAppDir
|
563
566
|
|
564
567
|
keytool_parts = [
|
565
568
|
"keytool -genkey -v",
|