fastlane-plugin-fivethree_ionic 0.2.9 → 0.2.10
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: e17faffcad00a32aa1461cd8a5a623c582bee708c926257a61393af6218ce54c
|
4
|
+
data.tar.gz: 89ae013d1fd78bc93b8ca01917f17b0c44e997770a1cf3cb66a3d62fbbe1100d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b69bacbb43d9cd2c09c5b8df41357f8e6aece0a305fe11015a6ca7c75199e0b9b7f26805a62d938a0be4fd88db4cde428d22c5e0c92039db6a44205472b2f7bf
|
7
|
+
data.tar.gz: dbb3e745b3511321bd340505b88e9e98f8406724e91439a6059930757676fd43685fc3eb462ed986be117cca1bf3939b41d03b42a266f34e9e82d96a9d3b078a
|
@@ -54,14 +54,14 @@ module Fastlane
|
|
54
54
|
FastlaneCore::ConfigItem.new(
|
55
55
|
key: :ios,
|
56
56
|
env_name: 'FIV_INCREMENT_BUILD_NO_IOS',
|
57
|
-
description: '
|
57
|
+
description: 'Increment build no for ios',
|
58
58
|
optional: false,
|
59
59
|
type: Boolean
|
60
60
|
),
|
61
61
|
FastlaneCore::ConfigItem.new(
|
62
62
|
key: :pathToConfigXML,
|
63
63
|
env_name: 'FIV_INCREMENT_BUILD_CONFIG',
|
64
|
-
description: '
|
64
|
+
description: 'Path to the Cordova config.xml',
|
65
65
|
optional: false,
|
66
66
|
verify_block:
|
67
67
|
proc do |value|
|
@@ -112,8 +112,9 @@ module Fastlane
|
|
112
112
|
FastlaneCore::ConfigItem.new(
|
113
113
|
key: :skip_version,
|
114
114
|
env_name: 'FIV_SKIP_VERSION',
|
115
|
-
description: '
|
116
|
-
optional:
|
115
|
+
description: 'CI flag to skip updating the version',
|
116
|
+
optional: true,
|
117
|
+
default_value: false,
|
117
118
|
type: Boolean
|
118
119
|
)
|
119
120
|
]
|