Skip to content

Commit

Permalink
Update the adhoc profile names
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jan 22, 2025
1 parent c20e8d1 commit 73ba692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
}
)
Expand Down

0 comments on commit 73ba692

Please sign in to comment.