Skip to content

Instantly share code, notes, and snippets.

@imbudhiraja
Created May 9, 2019 14:31
Show Gist options
  • Select an option

  • Save imbudhiraja/537ca38ca3b10fff5ec0b516d2d635c2 to your computer and use it in GitHub Desktop.

Select an option

Save imbudhiraja/537ca38ca3b10fff5ec0b516d2d635c2 to your computer and use it in GitHub Desktop.

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";
    }