Sha256: 7ad0dd2cdc73a74e2109d6d93b748e32fdd1646745a70d065e5a1726d2eb01b0
Contents?: true
Size: 973 Bytes
Versions: 12
Compression:
Stored size: 973 Bytes
Contents
# 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 6 Plus", # "iPhone 5", # "iPhone 4s", # "iPad Retina", # "iPad Pro" # ]) languages([ "en-US", "de-DE", "it-IT", ["pt", "pt_BR"] # Portuguese with Brazilian locale ]) # Arguments to pass to the app on launch. See https://github.com/fastlane/snapshot#launch-arguments # launch_arguments(["-favColor red"]) # The name of the scheme which contains the UI Tests # scheme "SchemeName" # 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 "./Project.xcworkspace" # For more information about all available options run # snapshot --help
Version data entries
12 entries across 12 versions & 1 rubygems