fastlane-plugin-fiv_increment_build_no 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5352387b9ec5df194381522bfdf7f3e7b7ce0dda
|
|
4
|
+
data.tar.gz: 3f5c4b343f8daf11ba22bb84d37d11d9caf060c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60c54316955a1cf10fdc94067474b38306afb594a577dff7fa33013b4d5cd38f252f2b3f27f4355847e21a54807a915df67b82fc6a67c4a4fd73e4151c1fa9bd
|
|
7
|
+
data.tar.gz: 5e46f1657ece9601aa8485ba199e629fe47bab9d8905f6675a59093c6156408ada897a9e3722a310a44300ffaa6be6ecda028c097f02fd4d28c78cd9b139ed0c
|
|
@@ -39,7 +39,8 @@ module Fastlane
|
|
|
39
39
|
|
|
40
40
|
puts build_number
|
|
41
41
|
|
|
42
|
-
File.open("./config.xml", "w") {|file| file.puts new_contents}
|
|
42
|
+
File.open("./config.xml", "w") {|file| file.puts new_contents}
|
|
43
|
+
return build_number
|
|
43
44
|
end
|
|
44
45
|
|
|
45
46
|
def self.description
|
|
@@ -51,7 +52,8 @@ module Fastlane
|
|
|
51
52
|
end
|
|
52
53
|
|
|
53
54
|
def self.return_value
|
|
54
|
-
|
|
55
|
+
"returns the new build number"
|
|
56
|
+
|
|
55
57
|
end
|
|
56
58
|
|
|
57
59
|
def self.details
|