Mercurial > public > simoleon
changeset 98:187d04e01cba
Fixes device and scheme for screenshots
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 03 Aug 2021 18:48:16 +0100 |
parents | fa994172c050 |
children | 1d661f15adab |
files | fastlane/Snapfile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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")