This commit is contained in:
Vadim 2024-02-11 20:55:51 +01:00
parent 4720cccbd9
commit 701b540c54

View file

@ -7,7 +7,7 @@ for i in "${devices_array[@]}"; do # https://www.baeldung.com/linux/shell-script
xcrun simctl boot "$i" xcrun simctl boot "$i"
#uid=$(echo "$(fvm flutter devices)" | sed -n -r "s/$i \(mobile\) • (.*) • .* • .*\(simulator\)/\1/p") #uid=$(echo "$(fvm flutter devices)" | sed -n -r "s/$i \(mobile\) • (.*) • .* • .*\(simulator\)/\1/p")
#echo $uid #echo $uid
sh screenshots/generate_screenshots.sh "$i" sh screenshots/scripts/generate_screenshots.sh "$i"
done done
killall 'Simulator' killall 'Simulator'