Tools I Love: xcrun simctl io booted recordVideo
I've used a million different ways to record videos of iOS apps that I've worked over the last many years. From recording with tools like CleanShot X to macOS's built-in screen recorder, to QuickTime recordings of devices.Even Simulator.app has a built-in way of recording videos via buttons in the UI now too:
create a PR
$ git submitpr
record a video
$ xcrecord Recording started ^CRecording completed. Writing to disk.
Wrote video to: /Users/eliperkins/Desktop/EAB9665D-447E-4033-96B7-FC4D54B7B2D6.mp4and then I'll drag-and-drop the video into the PR description that's waiting for me in the new tab in my browser.The result is an MP4 with no artifacting or watermarks that clearly shows the change I've made in my PR.It's a little quality of life thing that's fit into my workflow as a way to create high-quality recordings from the simulator!
Discussion in the ATmosphere