forked from organicmaps/organicmaps
[build] Fixed paths to version script for Fastlane
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
11a67f11a9
commit
9b83df4c7d
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ platform :ios do
|
|||
end
|
||||
|
||||
private_lane :generate_version do
|
||||
lane_context[SharedValues::VERSION_NUMBER] = sh('../tools/unix/version.sh ios_version')
|
||||
lane_context[SharedValues::BUILD_NUMBER] = sh('../tools/unix/version.sh ios_build')
|
||||
lane_context[SharedValues::VERSION_NUMBER] = sh('../../tools/unix/version.sh ios_version')
|
||||
lane_context[SharedValues::BUILD_NUMBER] = sh('../../tools/unix/version.sh ios_build')
|
||||
end
|
||||
|
||||
private_lane :generate_testflight_changelog do
|
||||
|
|
Loading…
Add table
Reference in a new issue