Skip to content

Commit 9fab79b

Browse files
committed
update comment in propogate_versions
1 parent ce243bf commit 9fab79b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/lib/util.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def propagate_version(**args)
4949
UI.message "Propagating version: #{version}"
5050
UI.message 'into the Info.plist and build.gradle files'
5151

52-
# encode build number into js-land
52+
# encode build number into js-land – we've already fetched it, so we'll
53+
# never set the "+" into the binaries
5354
set_package_data(data: { version: "#{version}+#{build}" })
5455

5556
case lane_context[:PLATFORM_NAME]

0 commit comments

Comments
 (0)