# HG changeset patch # User Dennis Concepción Martín # Date 1628012896 -3600 # Node ID 187d04e01cba3b8cb517833cd2e3cde4ad6a480c # Parent fa994172c050bd4ece05f71fe65d1981452a9c13 Fixes device and scheme for screenshots diff -r fa994172c050 -r 187d04e01cba fastlane/Snapfile --- a/fastlane/Snapfile Tue Aug 03 15:40:47 2021 +0100 +++ b/fastlane/Snapfile Tue Aug 03 18:48:16 2021 +0100 @@ -4,7 +4,7 @@ devices([ "iPhone 8 Plus", "iPhone 12 Pro Max", - "iPad Pro (12.9-inch) (5th generation)" + "iPad Pro (12.9-inch) (4th generation)" ]) languages([ @@ -20,7 +20,7 @@ ]) # The name of the scheme which contains the UI Tests -scheme("Tests") +scheme("Screenshots") # Where should the resulting screenshots be stored? # output_directory("./screenshots")