# A list of devices you want to take the screenshots from devices([ "iPhone 8", "iPhone 8 Plus", "iPhone 11", "iPhone 11 Pro", "iPhone 11 Pro Max" ]) languages([ "en-US" # "de-DE", # "it-IT", # ["pt", "pt_BR"] # Portuguese with Brazilian locale ]) # The name of the scheme which contains the UI Tests scheme("MullvadVPNScreenshots") # Where should the resulting screenshots be stored? output_directory("./Screenshots") # Clear old screenshots clear_previous_screenshots(true) # Erase simulator before running erase_simulator(true) # Disable concurrent simulators to prevent too many WireGuard public keys error concurrent_simulators(false) # Clean the device statusbar override_status_bar(true) # Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments # launch_arguments(["-favColor red"]) # For more information about all available options run # fastlane action snapshot