From 2b451b2944428f6344187eeac49a830937100adc Mon Sep 17 00:00:00 2001 From: Andrew Rosiclair Date: Tue, 19 Dec 2023 16:40:46 -0500 Subject: [PATCH] use new profile names --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 51ac3af96f18..b30231f80119 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -176,8 +176,8 @@ platform :ios do export_options: { method: "ad-hoc", provisioningProfiles: { - "com.expensify.chat.adhoc" => "NewApp_AdHoc", - "com.expensify.chat.adhoc.NotificationServiceExtension" => "NewApp_AdHoc_Notification_Service", + "com.expensify.chat.adhoc" => "(NewApp) AdHoc", + "com.expensify.chat.adhoc.NotificationServiceExtension" => "(NewApp) AdHoc: Notification Service", }, manageAppVersionAndBuildNumber: false }