Skip to content

Commit

Permalink
update Fastlane, correctly set adhoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Jan 24, 2025
1 parent 5f3d7c7 commit 72a73ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ platform :ios do
workspace: "Mobile-Expensify/iOS/Expensify.xcworkspace",
scheme: "Expensify AdHoc",
output_name: "Expensify.ipa",
export_method: "app-store",
export_method: "ad-hoc",
export_options: {
manageAppVersionAndBuildNumber: false,
provisioningProfiles: {
Expand Down

0 comments on commit 72a73ab

Please sign in to comment.