Skip to content

Commit

Permalink
Update Fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Aug 9, 2024
1 parent e51300c commit d421fb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ platform :ios do
before_all do
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "5"
ENV["FASTLANE_XCODEBUILD_SETTINGS_RETRIES"] = "6"
ENV["SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT"] = "30"
end

desc "Build and test"
Expand Down Expand Up @@ -53,10 +52,8 @@ platform :ios do
"en-US",
],
scheme: "PAWS",
output_directory: "./fastlane/.screenshots",
output_directory: "./fastlane/screenshots",
clear_previous_screenshots: true,
erase_simulator: true,
override_status_bar: true,
concurrent_simulators: false,
stop_after_first_error: true,
skip_open_summary: true
Expand Down Expand Up @@ -119,6 +116,7 @@ platform :ios do
force: true,
overwrite_screenshots: true,
automatic_release: true,
precheck_include_in_app_purchases: false,
metadata_path: "./fastlane/metadata",
screenshots_path: "./fastlane/screenshots"
)
Expand Down

0 comments on commit d421fb0

Please sign in to comment.