February 2018
Intermediate to advanced
346 pages
9h 56m
English
For generating screenshots, Snapfile allows you to set the languages and devices that you want capture_ios_screenshots to generate for you. Set your Snapfile as follows:
# A list of devices you want to take the screenshots from devices([ "iPhone 6", "iPhone 6 Plus", "iPhone 7 Plus" ]) languages([ "en-US", "de-DE", "it-IT", ["pt", "pt_BR"] # Portuguese with Brazilian locale ]) app_identifier "com.doronkatz.firefox" # The bundle identifier of your app scheme "Fennec" clear_previous_screenshots true # remove the '#' to clear all previously generated screenshots before creating new ones project: "./Client.xcodeproj" number_of_retries 2 reinstall_app true stop_after_first_error true
Using the capture_ios_screenshots documentation as your ...
Read now
Unlock full access