Skip to content

Commit

Permalink
Fix typo in Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 3, 2024
1 parent d4bf58a commit d0126f4
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 @@ -257,7 +257,7 @@ platform :ios do
workspace: "./ios/NewExpensify.xcworkspace",
skip_profile_detection: true,
scheme: "New Expensify AdHoc",
output_name: "NewExpensify_AdHoc.ipa"
output_name: "NewExpensify_AdHoc.ipa",
export_method: "ad-hoc",
export_options: {
method: "ad-hoc",
Expand Down

0 comments on commit d0126f4

Please sign in to comment.