chore: Update fastlane snapshots

This commit is contained in:
Lei Nelissen
2022-11-17 21:08:19 +01:00
parent d072292008
commit 398e38e748
5 changed files with 52 additions and 50 deletions

View File

@@ -83,6 +83,11 @@ platform :ios do
rewrite: true
)
end
lane :screenshots do
capture_screenshots
# upload_to_app_store
end
end
platform :android do

View File

@@ -31,6 +31,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
### ios screenshots
```sh
[bundle exec] fastlane ios screenshots
```
----

View File

@@ -2,7 +2,9 @@
# A list of devices you want to take the screenshots from
devices([
"iPhone 13 Pro Max",
"iPhone 14 Plus",
"iPhone 14 Pro Max",
"iPhone 14 Pro",
"iPhone 8 Plus",
])