Skip to content

Commit

Permalink
use new profile names
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Dec 19, 2023
1 parent 7707911 commit 2b451b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2b451b2

Please sign in to comment.