From a2f193cd866d11e47ec962be37fbde5918b61248 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Wed, 12 Jan 2022 18:23:25 +0500 Subject: [PATCH] Change appName property --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 5e39d9f..f8a09b4 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -113,7 +113,7 @@ private_lane :buildConfiguration do |options| if is_ci increment_build_number_in_xcodeproj( build_number: options[:buildNumber], - xcodeproj: "./#{appName}.xcodeproj" + xcodeproj: "./#{options[:appName]}.xcodeproj" ) end