# remove the leading '#' to uncomment lines

 app_package_name("org.videolan.vlc.debug")
 use_tests_in_classes(['org.videolan.vlc.PhoneScreenhotsInstrumentedTest'])

use_adb_root(true)
test_instrumentation_runner("org.videolan.vlc.MultidexTestRunner")
locales(['en-US', 'fr-FR', 'eu-ES', 'zh-TW', 'zh-CN', 'de-DE', 'el-GR', 'he-IL', 'hu-HU', 'it-IT', 'sr', 'sk', 'sv-SE', 'tr-TR', 'uk', 'et', 'fi-FI', 'ro', 'ca', 'da-DK', 'ka-GE', 'ar', 'pt-BR', 'pt-PT', 'ja-JP', 'ko-KR'])
#locales(['ar', 'pt-BR', 'pt-PT'])

# clear all previously generated screenshots in your local output directory before creating new ones
clear_previous_screenshots(true)

# For more information about all available options run
#   fastlane screengrab --help
