fastlane/lib/fastlane/actions/get_version_number.rb in fastlane-2.127.0.beta.20190625200058 vs fastlane/lib/fastlane/actions/get_version_number.rb in fastlane-2.127.0.beta.20190627200058
- old
+ new
@@ -1,6 +1,10 @@
module Fastlane
module Actions
+ module SharedValues
+ VERSION_NUMBER ||= :VERSION_NUMBER # originally defined in IncrementVersionNumberAction
+ end
+
class GetVersionNumberAction < Action
require 'shellwords'
def self.run(params)
folder = params[:xcodeproj] ? File.join(params[:xcodeproj], '..') : '.'