fastlane-plugin-fivethree_ionic 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9db80fa0b8501de5dc57cfd81094eb31488fdd30b4ffa2bd82ba387aa6c06800
|
4
|
+
data.tar.gz: 26c8de6bfcd381818521f6e03d40b5f4ed8710fb44b45f9aeec80e8f7796d6ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 733488c38bf37fa7e228f31786b49d56263f0672d6ae7e493f50198634ef06ac6c895d5e209b027a395c52d4089ade28516b942eb0df7b797996303cea72305c
|
7
|
+
data.tar.gz: 55e00ef0237591c8fcf5e041b9ec27a0c7caa83f676773f58f055bab38a4e1cee5372a60b76212caee5c8545256bd7bda2f8fbc7f07adc7ae6608c8967bf0d77
|
@@ -46,9 +46,9 @@ module Fastlane
|
|
46
46
|
UI.user_error!("Couldn't find clients folder at path '#{value}'") unless File.directory?(value)
|
47
47
|
end),
|
48
48
|
FastlaneCore::ConfigItem.new(
|
49
|
-
key: :
|
49
|
+
key: :client,
|
50
50
|
env_name: "FIV_CLIENT", # The name of the environment variable
|
51
|
-
description: "client to select", # a short description of this parameter"
|
51
|
+
description: "client to select", # a short description of this parameter"
|
52
52
|
is_string: true)
|
53
53
|
]
|
54
54
|
end
|