Skip to content

Commit

Permalink
Merge pull request #51889 from Expensify/andrew-app-identifier
Browse files Browse the repository at this point in the history
[No QA] Remove `app_identifier` from `build_app`

(cherry picked from commit c615861)

(CP triggered by AndrewGable)
  • Loading branch information
luacmartins authored and OSBotify committed Nov 1, 2024
1 parent b055a43 commit 07a9765
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ platform :ios do
)

build_app(
app_identifier: "com.chat.expensify.chat",
workspace: "./ios/NewExpensify.xcworkspace",
scheme: "New Expensify",
output_name: "New Expensify.ipa",
Expand Down Expand Up @@ -305,7 +304,6 @@ platform :ios do
)

build_app(
app_identifier: "com.expensify.expensifylite",
workspace: "../iOS/Expensify.xcworkspace",
scheme: "Expensify",
output_name: "Expensify.ipa",
Expand All @@ -326,7 +324,6 @@ platform :ios do
lane :build_unsigned do
ENV["ENVFILE"]=".env.production"
build_app(
app_identifier: "com.chat.expensify.chat",
workspace: "./ios/NewExpensify.xcworkspace",
scheme: "New Expensify"
)
Expand All @@ -337,7 +334,6 @@ platform :ios do
lane :build_unsigned_hybrid do
ENV["ENVFILE"]="../Mobile-Expensify/.env.production.hybridapp"
build_app(
app_identifier: "com.expensify.expensifylite",
workspace: "../Mobile-Expensify/iOS/Expensify.xcworkspace",
scheme: "Expensify"
)
Expand All @@ -359,7 +355,6 @@ platform :ios do
)

build_app(
app_identifier: "com.chat.expensify.chat",
workspace: "./ios/NewExpensify.xcworkspace",
skip_profile_detection: true,
scheme: "New Expensify AdHoc",
Expand Down

0 comments on commit 07a9765

Please sign in to comment.