Back to Fastlane

Migration guide to snapshot 1.0

snapshot/MigrationGuide.md

2.233.11.1 KB
Original Source

Migration guide to snapshot 1.0

Removed options

RemovedUse insteadNote
js_file
build_command
skip_alpha_removal
project_pathproject
setup_for_device_change
teardown_device
setup_for_language_change
teardown_language
html_title
screenshots_pathoutput_directory

New options:

OptionNote
workspacePath the workspace file
sdkThe SDK that should be used for building the application
configurationThe configuration to use when building the app. Defaults to 'Release'
buildlog_pathThe directory where to store the build log
stop_after_first_error

How to migrate:

  • Update to the new version using gem update snapshot
  • Delete snapshot.js, SnapshotHelper.js and Snapfile and any other files you were using
  • Follow the Quick Start Guide