From 4dfd614140b86ff6698e6086d3cdd6e21ebcc3e2 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Tue, 25 Jan 2022 17:35:41 +0500 Subject: [PATCH] VUZ | Increment build number in xcodeproj target added --- xcode/commonFastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 66ddd35..676c031 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -113,7 +113,8 @@ private_lane :buildConfiguration do |options| if is_ci increment_build_number_in_xcodeproj( build_number: options[:buildNumber], - xcodeproj: "./#{options[:appName]}.xcodeproj" + xcodeproj: "./#{options[:appName]}.xcodeproj", + target: options[:appName] ) end