From 24086f7c4e24d6803bb7cc9726a4884519fc61ec Mon Sep 17 00:00:00 2001 From: Andrey Molochko <36672245+AndreyMolochko@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:48:46 +0100 Subject: [PATCH] feat: rename build (#670) Co-authored-by: Andrey Malochka --- ios/fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index e8a341ad0..88d165202 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -25,7 +25,7 @@ platform :ios do key_filepath: "fastlane/AuthKey_L4N29B6Z42.p8", ) upload_to_testflight( - ipa: "../build/ios/ipa/SparX: TVM Wallet.ipa", + ipa: "../build/ios/ipa/SparX.ipa", skip_waiting_for_build_processing: true, api_key: api_key, changelog: "#{options[:changelog_string]}" @@ -38,7 +38,7 @@ platform :ios do firebase_app_distribution( app: "1:1017783238389:ios:a8de9ade8f221b782e4fbc", groups: "qa", - ipa_path: "../build/ios/ipa/SparX: TVM Wallet.ipa", + ipa_path: "../build/ios/ipa/SparX.ipa", service_credentials_file: "../fastlane/FirebaseADKey.json", release_notes_file: "../fastlane/changelog.txt", )