From 99e536656a39954f2468608abb4588edba151ae1 Mon Sep 17 00:00:00 2001 From: iGroza Date: Wed, 14 Aug 2024 16:56:24 +0700 Subject: [PATCH] fix: ios patch build lane --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 545adb438..279e9f785 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -188,8 +188,10 @@ platform :ios do increment_build_number( xcodeproj: './ios/haqq.xcodeproj', - build_number: current_build_number + build_number: current_build_number, + versioning_system: 'apple-generic' ) + end lane :distribute do