From 73ba6923bfd8f99c1885829d54e3eeeb1f9dd0b0 Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Wed, 22 Jan 2025 20:54:04 +0100 Subject: [PATCH] Update the adhoc profile names --- fastlane/Fastfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 806ffe574031..9991190472fb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -443,9 +443,9 @@ platform :ios do export_options: { manageAppVersionAndBuildNumber: false, provisioningProfiles: { - "com.expensify.expensifylite.adhoc" => "(OldApp) AppStore", - "com.expensify.expensifylite.adhoc.SmartScanExtension" => "(OldApp) AppStore: Share Extension", - "com.expensify.expensifylite.adhoc.NotificationServiceExtension" => "(OldApp) AppStore: Notification Service", + "com.expensify.expensifylite.adhoc" => "(OldApp) AdHoc", + "com.expensify.expensifylite.adhoc.SmartScanExtension" => "(OldApp) AdHoc: Share Extension", + "com.expensify.expensifylite.adhoc.NotificationServiceExtension" => "(OldApp) AdHoc: Notification Service", } } )