fastlane-plugin-get_new_build_number 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: 17c1a7c7e7633d72685b94f7cf76765071e2bf189175e7943918f82f6cae2887
|
4
|
+
data.tar.gz: 189a9a5a9bb06a715da3cb4af8338e05b8986963970cfffc79076923afcb3eda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6206ac185ba551ebc0c7a01b795a25d9705b1c25aaa9aa42bfa33a89a3e6c0130a03791dac872334387ff732035ef6656fcd42046cba37041c3bbaf9956f802f
|
7
|
+
data.tar.gz: 115598f44247ef3bf2011a140a73e97a44af43c0362aa0ea6a8375d4d2e208ee1d07d996436aeb52fc0f29e60df2695b86ad4a4fec357e0693dcd81a9ae40592
|
@@ -21,23 +21,6 @@ module Fastlane
|
|
21
21
|
"A string representing a new build name. It's the latest git tag with the first " \
|
22
22
|
"character stripped (so v4.2.0 becomes 4.2.0)"
|
23
23
|
end
|
24
|
-
|
25
|
-
# def self.details
|
26
|
-
# # Optional:
|
27
|
-
# ""
|
28
|
-
# end
|
29
|
-
|
30
|
-
def self.available_options
|
31
|
-
[]
|
32
|
-
end
|
33
|
-
|
34
|
-
# def self.is_supported?(platform)
|
35
|
-
# # Adjust this if your plugin only works for a particular platform (iOS vs. Android, for example)
|
36
|
-
# # See: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
|
37
|
-
# #
|
38
|
-
# # [:ios, :mac, :android].include?(platform)
|
39
|
-
# true
|
40
|
-
# end
|
41
24
|
end
|
42
25
|
end
|
43
26
|
end
|