Sha256: a33be23bffe9e730b126ad7d9f87c9d81c07b7e9e9a7da95aaf2108fd6743c82

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 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",
  "iPhone 4s",
  "iPad Air"
])

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

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

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

# JavaScript UIAutomation file
# js_file './snapshot.js'

# The name of the project's scheme
# scheme 'SchemeName'

# Where is your project (or workspace)? Provide the full path here
# project_path './YourProject.xcworkspace'

# By default, the latest version should be used automatically. If you want to change it, do it here
# ios_version '8.1'

# Comment out the line below to add a `SNAPSHOT` preprocessor macro
# More information available: https://github.com/krausefx/snapshot#custom-args-for-the-build-command
# custom_build_args "GCC_PREPROCESSOR_DEFINITIONS='$(inherited) SNAPSHOT=1'"


# Custom Callbacks

# setup_for_device_change do |device, udid, language|
#   puts "Running #{language} on #{device}"
#   system("./populateDatabase.sh")
# end

# teardown_device do |language, device|
#   puts "Finished with #{language} on #{device}"
#   system("./cleanup.sh")
# end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
snapshot-0.9.2 lib/assets/SnapfileTemplate
snapshot-0.9.1 lib/assets/SnapfileTemplate