Sha256: 3e8f17298b51625508ade3d0298f4c0aeda92ed470ade516d36728164ebb9522
Contents?: true
Size: 1 KB
Versions: 56
Compression:
Stored size: 1 KB
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", # "iPad Pro (12.9 inch)", # "iPad Pro (9.7 inch)", # "Apple TV 1080p" # ]) 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 "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" # 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
Version data entries
56 entries across 56 versions & 1 rubygems