Skip to content

Instantly share code, notes, and snippets.

@imbudhiraja
Created May 9, 2019 14:31
Show Gist options
  • Save imbudhiraja/537ca38ca3b10fff5ec0b516d2d635c2 to your computer and use it in GitHub Desktop.
Save imbudhiraja/537ca38ca3b10fff5ec0b516d2d635c2 to your computer and use it in GitHub Desktop.
recordiOSSimulator() {
echo -n "Started iOS simulator recording";
echo -n "Use CTRL+C to stop recording";
xcrun simctl io booted recordVideo "$1";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment