merged scripts per platform

This commit is contained in:
Vadim 2025-02-09 22:54:09 +01:00
parent 523853cbc9
commit 2c5d176dce
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +0,0 @@
#dart run screenshots/convert_to_store_screenshots.dart -p android -d pixel_6 -l android
#dart run screenshots/convert_to_store_screenshots.dart -p ios -d iphone_13_pro -l iphone55inch
#dart run screenshots/convert_to_store_screenshots.dart -p ios -d iphone_13_pro -l iphone65inch
dart run screenshots/convert_to_store_screenshots.dart -p ios -d ipad_pro_12.9-inch_6th_generation -l ipad13inch

View file

@ -1 +1,3 @@
sh screenshots/scripts/generate_screenshots.sh "Pixel 6" sh screenshots/scripts/generate_screenshots.sh "Pixel 6"
dart run screenshots/convert_to_store_screenshots.dart -p android -d pixel_6 -l android

View file

@ -6,3 +6,6 @@ for i in "${simulators_array[@]}"; do # https://www.baeldung.com/linux/shell-scr
sh screenshots/scripts/generate_screenshots.sh "$i" sh screenshots/scripts/generate_screenshots.sh "$i"
done done
killall 'Simulator' killall 'Simulator'
dart run screenshots/convert_to_store_screenshots.dart -p ios -d iphone_13_pro -l iphone55inch
dart run screenshots/convert_to_store_screenshots.dart -p ios -d iphone_13_pro -l iphone65inch