Skip to content

Commit

Permalink
Update increment_version_number_in_xcodeproj.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jdouglas-nz authored Jun 25, 2022
1 parent d68bb7e commit e67c2da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def self.set_version_number_using_target(params, next_version_number)
config.build_settings["MARKETING_VERSION"] = next_version_number
else
target.build_configurations.each do |config|
UI.message "updating #{config.name} to version #{next_version_number}"
config.build_settings["MARKETING_VERSION"] = next_version_number
end unless target.nil?
UI.message "updating #{config.name} to version #{next_version_number}"
config.build_settings["MARKETING_VERSION"] = next_version_number
end unless target.nil?
end


Expand Down

0 comments on commit e67c2da

Please sign in to comment.