# 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 6",
#"iPhone 5s",
 "iPad Air 2"
#"iPhone 6 Plus",
#"iPhone 7"
#   "iPad Retina",
#   "iPad Pro"
])

languages([
"en-US"
#  "de-DE",
#  "it-IT"
])

#xcargs("test-without-building")

# Arguments to pass to the app on launch. See https://github.com/fastlane/snapshot#launch_arguments
# launch_arguments("--ResetData")

# The name of the scheme which contains the UI Tests
  scheme "Theo.Automation.SnapshotUI"

# Where should the resulting screenshots be stored?
  output_directory "./screenshots"

# clear_previous_screenshots true # remove the '#' to clear all previously generated screenshots before creating new ones

# Choose which project/workspace to use
# project "./Project.xcodeproj"
  workspace "./Theo.xcworkspace"

#stop_after_first_error true
#erase_simulator true
clean true
#reinstall_app true
number_of_retries 3
skip_helper_version_check true
clear_previous_screenshots true

# For more information about all available options run
# snapshot --help

