From adb958d25c267d54c3fecc32d2191162d65edb6d Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 21 Feb 2019 14:49:14 +0300 Subject: [PATCH] make createPushCertificate public lane --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 3cab303..52275bc 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -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)