Sha256: b215c0295edfe9f00b39560b92baa14ca3f8c9e6d53cf6d3228637b5bac0541a

Contents?: true

Size: 1.11 KB

Versions: 8

Compression:

Stored size: 1.11 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"

# 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'

# Custom Callbacks

# setup_for_device_change do |device| 
#   puts "Preparing device: #{device}"
# end

# setup_for_language_change do |lang, device|
#   puts "Running #{lang} on #{device}"
#   system("./popuplateDatabase.sh")
# end

# teardown_language do |lang, device|
#   puts "Finished with #{lang} on #{device}"
# end

# teardown_device do |device|
#   puts "Cleaning device #{device}"
#   system("./cleanup.sh")
# end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
snapshot-0.4.6 lib/assets/SnapfileTemplate
snapshot-0.4.5 lib/assets/SnapfileTemplate
snapshot-0.4.4 lib/assets/SnapfileTemplate
snapshot-0.4.3 lib/assets/SnapfileTemplate
snapshot-0.4.2 lib/assets/SnapfileTemplate
snapshot-0.4.1 lib/assets/SnapfileTemplate
snapshot-0.4.0 lib/assets/SnapfileTemplate
snapshot-0.3.3 lib/assets/SnapfileTemplate