An advanced Ethereum/EVM mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alpha-wallet-ios/fastlane/Snapfile

46 lines
1.1 KiB

# Uncomment the lines below you want to change by removing the # in the beginning
# A list of devices you want to take the screenshots from
devices([
#{}"iPhone 7",
"iPhone 7 Plus",
#"iPhone X",
#{}"iPhone 5",
"iPad Pro (12.9-inch)",
#{}"iPad Pro (9.7-inch)",
#{}"Apple TV 1080p"
])
languages([
"en-US",
"ru",
"es-ES",
#{}"de-DE",
#{}"it-IT",
#["pt", "pt_BR"] # Portuguese with Brazilian locale
])
# The name of the scheme which contains the UI Tests
scheme "TrustUITests"
# Where should the resulting screenshots be stored?
output_directory "./fastlane/screenshots"
clear_previous_screenshots true # remove the '#' to clear all previously generated screenshots before creating new ones
configuration "Debug"
clean true
erase_simulator true
skip_open_summary false
concurrent_simulators true
# Choose which project/workspace to use
# project "./Project.xcodeproj"
# workspace "./Project.xcworkspace"
# Arguments to pass to the app on launch. See https://github.com/fastlane/fastlane/tree/master/snapshot#launch-arguments
# launch_arguments(["-favColor red"])
# For more information about all available options run
# fastlane snapshot --help