-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit app_identifier to prevent build errors
- Loading branch information
1 parent
bfce277
commit 423bce2
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,3 @@ | |
apple_id("[email protected]") | ||
itc_team_id("152696") | ||
team_id("368M544MTT") | ||
|
||
for_lane :build_hybrid, :build_unsigned_hybrid, :upload_testflight_hybrid do | ||
# For HybridApp build tasks, use the OldApp bundle identifier | ||
app_identifier("com.expensify.expensifylite") | ||
else | ||
app_identifier("com.expensify.expensify") | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters