make createPushCertificate public lane

This commit is contained in:
Ivan Smolin 2019-02-21 14:49:14 +03:00
parent 94f0291c3a
commit adb958d25c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ private_lane :buildConfiguration do |options|
afterBuild(options)
end
private_lane :createPushCertificate do |options|
lane :createPushCertificate do |options|
certificates_path = File.expand_path "../Certificates"
Dir.mkdir(certificates_path) unless File.directory?(certificates_path)