fastlane/lib/fastlane/actions/get_build_number.rb in fastlane-2.70.3 vs fastlane/lib/fastlane/actions/get_build_number.rb in fastlane-2.71.0.beta.20171219010003
- old
+ new
@@ -83,13 +83,9 @@
[
'build_number = get_build_number(xcodeproj: "Project.xcodeproj")'
]
end
- def self.return_type
- :string
- end
-
def self.category
:project
end
end
end