diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-06-10 14:09:53 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-06-19 13:10:26 +0200 |
| commit | 6d905da1b7610baf6a006dcd8ea998817a8fb0e4 (patch) | |
| tree | 9947ed2396152ab8b81210f7466ee65ceaf6df93 /ios/Snapfile | |
| parent | 121286df1096aa5981c5dbe57155b92a4cb05d8b (diff) | |
| download | mullvadvpn-6d905da1b7610baf6a006dcd8ea998817a8fb0e4.tar.xz mullvadvpn-6d905da1b7610baf6a006dcd8ea998817a8fb0e4.zip | |
Fix for failing iOS screenshot tests
Diffstat (limited to 'ios/Snapfile')
| -rw-r--r-- | ios/Snapfile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ios/Snapfile b/ios/Snapfile index 43c55ae82d..bed7cfd3f1 100644 --- a/ios/Snapfile +++ b/ios/Snapfile @@ -1,10 +1,12 @@ +ios_version '17.2' + # A list of devices you want to take the screenshots from devices([ "iPhone SE (3rd generation)", "iPhone 15 Pro", - "iPhone 15 Pro Max", - "iPad Pro (11-inch) (4th generation)", - "iPad Pro (12.9-inch) (6th generation)" + "iPhone 15 Pro Max" + #"iPad Pro (11-inch) (4th generation)", + #"iPad Pro (12.9-inch) (6th generation)" ]) languages([ @@ -14,8 +16,8 @@ languages([ # ["pt", "pt_BR"] # Portuguese with Brazilian locale ]) -# The name of the scheme which contains the UI Tests -scheme("MullvadVPNUITests") +# The name of the scheme which contains the screenshot UI Tests +scheme("MullvadVPN") # The name of the test plan which contains the UI Tests testplan("MullvadVPNScreenshots") |
