Skip to content

Instantly share code, notes, and snippets.

@imbudhiraja
Created May 9, 2019 14:31

Revisions

  1. imbudhiraja created this gist May 9, 2019.
    5 changes: 5 additions & 0 deletions record-ios-application-preview
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    recordiOSSimulator() {
    echo -n "Started iOS simulator recording";
    echo -n "Use CTRL+C to stop recording";
    xcrun simctl io booted recordVideo "$1";
    }