view fastlane/Snapfile @ 142:0acbf33c73bf

Set concurrent simulators to false
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 17 Aug 2021 08:41:47 +0100
parents a4aeca1ad34a
children
line wrap: on
line source

# A list of devices you want to take the screenshots from
devices([
	"iPhone 8 Plus",
	"iPhone 12 Pro Max",
	"iPad Pro (12.9-inch) (5th generation)",
	"iPad Pro (12.9-inch) (3rd generation)"
])

languages([
	"en-US",
	"es-ES",
	"en-GB",
	"de-DE",
	"fr-FR",
	"pt-PT",
	"nl-NL",
	"it",
	"ru"
])

# The name of the scheme which contains the UI Tests.
scheme("Screenshots")

# Enabling this option will automatically uninstall the application before running it.
reinstall_app(true)

# Enabling this option will automatically erase the simulator before running the application
# erase_simulator(true)

# Take snapshots on multiple simulators concurrently.
concurrent_simulators(false)

# Should the project be cleaned before building it?
clean(true)

# Enabling this option will configure the Simulator's system language.
localize_simulator(true)

# Clear all previously generated screenshots before creating new ones.
clear_previous_screenshots(true)

# Remove the '#' to set the status bar to 9:41 AM, and show full battery and reception.
override_status_bar(true)

# For more information about all available options run
# fastlane action snapshot