Skip to content

Commit

Permalink
Remove spaces from .ipa file names
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 3, 2024
1 parent 346359e commit d4bf58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ platform :ios do
build_app(
workspace: "./ios/NewExpensify.xcworkspace",
scheme: "New Expensify",
output_name: "New Expensify.ipa",
output_name: "NewExpensify.ipa",
export_options: {
provisioningProfiles: {
"com.chat.expensify.chat" => "(NewApp) AppStore",
Expand Down Expand Up @@ -257,6 +257,7 @@ platform :ios do
workspace: "./ios/NewExpensify.xcworkspace",
skip_profile_detection: true,
scheme: "New Expensify AdHoc",
output_name: "NewExpensify_AdHoc.ipa"
export_method: "ad-hoc",
export_options: {
method: "ad-hoc",
Expand Down

0 comments on commit d4bf58a

Please sign in to comment.