Skip to content

Commit

Permalink
build: use .env for app configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 8, 2024
1 parent e3b0e62 commit e612918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/ledger-live-mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,7 @@ platform :ios do
gym(
scheme: PROJECT_NAME,
workspace: XCODE_WORKSPACE,
# This should come from env files - as we move each release type to its own app we will
# move them away from "Release" and to their own .env-file defined configuration
configuration: !options[:adhoc] ? ENV["APP_CONFIGURATION"] : "Release",
configuration: ENV["APP_CONFIGURATION"],
silent: true,
xcargs: `#{settings_to_override} -UseNewBuildSystem=YES`,
output_directory: OUTPUT_DIRECTORY,
Expand Down

0 comments on commit e612918

Please sign in to comment.