From 995a997f2bd1e31bc8ce3c3d806b880635dbc915 Mon Sep 17 00:00:00 2001 From: Vitaliy Salnikov Date: Fri, 7 Aug 2020 17:04:00 +0300 Subject: [PATCH] Increment build number without agvtool --- xcode/commonFastfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 8564ade..b71edea 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -116,8 +116,9 @@ private_lane :buildConfiguration do |options| openKeychain(options) if is_ci - increment_build_number( - build_number: options[:buildNumber] + increment_build_number_in_xcodeproj( + build_number: options[:buildNumber], + xcodeproj: "./#{appName}.xcodeproj" ) end