We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce243bf commit 9fab79bCopy full SHA for 9fab79b
fastlane/lib/util.rb
@@ -49,7 +49,8 @@ def propagate_version(**args)
49
UI.message "Propagating version: #{version}"
50
UI.message 'into the Info.plist and build.gradle files'
51
52
- # encode build number into js-land
+ # encode build number into js-land – we've already fetched it, so we'll
53
+ # never set the "+" into the binaries
54
set_package_data(data: { version: "#{version}+#{build}" })
55
56
case lane_context[:PLATFORM_NAME]
0 commit comments