# HG changeset patch # User Dennis Concepción Martín # Date 1627978842 -3600 # Node ID e45b796507bf31b83e163b4aea667a5592aff24b # Parent 879e20d2a8370925928abb0a07ca5397315c2202 Added devices and localisations diff -r 879e20d2a837 -r e45b796507bf Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 879e20d2a837 -r e45b796507bf fastlane/Snapfile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/Snapfile Tue Aug 03 09:20:42 2021 +0100 @@ -0,0 +1,38 @@ +# 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 8 Plus", + "iPhone 12 Pro Max", + "iPad Pro (12.9-inch) (5th generation)" +]) + +languages([ + "en-US", + "es-ES", + "en-GB", + "de-DE", + "fr-FR", + "pt-PT", + "nl-NL", + "it-IT", + "ru-RU" +]) + +# The name of the scheme which contains the UI Tests +scheme("Tests") + +# Where should the resulting screenshots be stored? +# output_directory("./screenshots") + +# remove the '#' to clear all previously generated screenshots before creating new ones +clear_previous_screenshots(true) + +# Remove the '#' to set the status bar to 9:41 AM, and show full battery and reception. See also override_status_bar_arguments for custom options. +override_status_bar(true) + +# Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments +# launch_arguments(["-favColor red"]) + +# For more information about all available options run +# fastlane action snapshot