mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update Fastfile
This commit is contained in:
parent
d14b4265f8
commit
4c0fd89530
1 changed files with 1 additions and 2 deletions
|
@ -402,7 +402,7 @@ lane :upload_bugsnag_sourcemaps do
|
|||
end
|
||||
|
||||
desc "Build the iOS app"
|
||||
lane :build_app_lane do
|
||||
lane :build_app_lane do
|
||||
Dir.chdir(project_root) do
|
||||
UI.message("Building the application from: #{Dir.pwd}")
|
||||
|
||||
|
@ -418,7 +418,6 @@ lane :build_app_lane do
|
|||
export_method: "app-store",
|
||||
include_bitcode: false,
|
||||
configuration: "Release",
|
||||
destination: "generic/platform=iOS",
|
||||
skip_profile_detection: false,
|
||||
include_symbols: true,
|
||||
export_team_id: ENV["ITC_TEAM_ID"],
|
||||
|
|
Loading…
Add table
Reference in a new issue