fastlane-plugin-discord 0.4.0 → 0.4.1
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: f4c12f9e9e9f617cee756f4fc978d4564e280877648ddd8c6b244723ee7ffff6
|
4
|
+
data.tar.gz: 4b46847d9b9b41ef0e01dd88205412061a0362e4aa568937b5a7a46be274e808
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f28066b8aa2be1cb7d64d8a8f75483bf1e81cc04de70524cd1b2500e0e662ae5e3573ea69bb2619e0d2e9cb05912489ce281aec8c6691afb164ab96914a61409
|
7
|
+
data.tar.gz: 48f781935a843592011a791881ff8be79a8760cef7c12f66cab291aadb975a5439a2d7ce9ee2995f93bdf5561f38a66047d49aac88708f49bc5f29031187644f
|
@@ -81,9 +81,10 @@ module Fastlane
|
|
81
81
|
type: String),
|
82
82
|
FastlaneCore::ConfigItem.new(key: :platform,
|
83
83
|
env_name: "DISCORD_STORE",
|
84
|
-
description: "Which app store the app has deployed
|
84
|
+
description: "Which app store the app has deployed",
|
85
85
|
optional: true,
|
86
|
-
type: String
|
86
|
+
type: String,
|
87
|
+
default_value: 'android')
|
87
88
|
]
|
88
89
|
end
|
89
90
|
|