2 points | by cs1996 an hour ago
2 comments
In case anyone else on macOS ios simulator device hub wants to zoom out. Crazy apple removed the opt-drag!
for i in {1..5}; do
./odhub pinch 233E69B9-0B05-4F62-9948-93795638EAE5 \ --x 0.5 --y 0.36 \ --from 0.50 --to 0.03 \ --steps 30 sleep 0.2
to find your UUID:
xcrun simctl list | grep Booted
iPhone 17 (233E69B9-0B05-4F62-9948-93795638EAE5) (Booted)
In case anyone else on macOS ios simulator device hub wants to zoom out. Crazy apple removed the opt-drag!
for i in {1..5}; do
doneto find your UUID:
xcrun simctl list | grep Booted
iPhone 17 (233E69B9-0B05-4F62-9948-93795638EAE5) (Booted)