Skip to content

Commit

Permalink
Merge pull request #24600 from Expensify/andrew-add-comma
Browse files Browse the repository at this point in the history
[No QA]Add comma to new `output_name` key
  • Loading branch information
Julesssss authored Aug 15, 2023
2 parents 1df5352 + 6e4c31d commit 558e60b
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 @@ -203,7 +203,7 @@ platform :ios do
build_app(
workspace: "./ios/NewExpensify.xcworkspace",
scheme: "New Expensify",
output_name: "New Expensify.ipa"
output_name: "New Expensify.ipa",
export_options: {
manageAppVersionAndBuildNumber: false
}
Expand Down

0 comments on commit 558e60b

Please sign in to comment.