Warning, /network/kdeconnect-ios/KDE Connect/fastlane/Snapfile is written in an unsupported language. File is not indexed.

0001 # Uncomment the lines below you want to change by removing the # in the beginning
0002 
0003 # A list of devices you want to take the screenshots from
0004 devices([
0005   "iPhone 8 Plus",
0006   "iPhone 13 Pro Max",
0007   "iPhone 14 Pro Max",
0008   "iPad Pro (12.9-inch) (2nd generation)",
0009   "iPad Pro (12.9-inch) (6th generation)"
0010 ])
0011 
0012 # languages([
0013 #   "en-US",
0014 #   "de-DE",
0015 #   "it-IT",
0016 #   ["pt", "pt_BR"] # Portuguese with Brazilian locale
0017 # ])
0018 
0019 # The name of the scheme which contains the UI Tests
0020 # scheme("SchemeName")
0021 
0022 # Where should the resulting screenshots be stored?
0023 # output_directory("./screenshots")
0024 
0025 # remove the '#' to clear all previously generated screenshots before creating new ones
0026 clear_previous_screenshots(true)
0027 
0028 # 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.
0029 override_status_bar(true)
0030 
0031 # Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments
0032 # launch_arguments(["-favColor red"])
0033 
0034 # For more information about all available options run
0035 # fastlane action snapshot