Skip to content

Commit

Permalink
remove the build number from the ios binary
Browse files Browse the repository at this point in the history
(leaving the version number alone)
  • Loading branch information
hawkrives committed May 17, 2017
1 parent 3ffd5dd commit 9400943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/platforms/ios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
lane :set_version do |options|
version = options[:version] || current_bundle_version
build = options[:build_number] || current_build_number
increment_version_number(version_number: "#{version}+#{build}",
increment_version_number(version_number: "#{version}",
xcodeproj: ENV['GYM_PROJECT'])
increment_build_number(build_number: build,
xcodeproj: ENV['GYM_PROJECT'])
Expand Down

0 comments on commit 9400943

Please sign in to comment.