From dc5247aa33cb1f1113037ae5fddf708a7df0879d Mon Sep 17 00:00:00 2001 From: Nikita Kuznetsov Date: Sat, 7 Dec 2024 21:44:49 +0100 Subject: [PATCH] live false --- apps/tablet/fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tablet/fastlane/Fastfile b/apps/tablet/fastlane/Fastfile index f93c7eadf..525d98dae 100644 --- a/apps/tablet/fastlane/Fastfile +++ b/apps/tablet/fastlane/Fastfile @@ -46,8 +46,8 @@ platform :ios do current_version = get_version_number(xcodeproj: xcodeproj) latest_build_number = app_store_build_number( api_key: api_key, - version: current_version, - app_identifier: ENV['BUNDLE_IDENTIFIER'] + app_identifier: ENV['BUNDLE_IDENTIFIER'], + live: false ) build_number = latest_build_number + 1