fastlane-plugin-altool 0.1.6 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/fastlane/plugin/altool/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e387e0e6e3724ab42a0ff343114983c4a00cab1
|
4
|
+
data.tar.gz: 96f3f12eaa7396d85fcaaf1df8398a345ee7b5a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cec47ac96e642a7093585bb6b8fe3f29abe7b5761ac6dcb9388933d07f69fb798198ff9b75df540cac26f4c7efc4d33363aba51aede9b1512193ceada70b1382
|
7
|
+
data.tar.gz: 287d944555f9a12b239f4f869005b5651d68f26a9726f8c86fa0480d2acd845f192cfee82ec7ae9f790a376f32ecc6c7bef4b27db2bf528062dc5279b8befe64
|
data/README.md
CHANGED
@@ -53,6 +53,10 @@ You can configure this plaugin using
|
|
53
53
|
|
54
54
|
```
|
55
55
|
|
56
|
+
Security Note:
|
57
|
+
|
58
|
+
This might print the username and password to build console in the commands, pipe the output to ` /dev/null` or use similar approach so that fastlane don't print command to console.
|
59
|
+
|
56
60
|
## Example Project Repo
|
57
61
|
|
58
62
|
This is a example project [Altool-Demo](https://github.com/Shashikant86/Altool-Demo) available on Github which has its own README.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-altool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shashikant Jagtap
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|