Skip to content

Instantly share code, notes, and snippets.

@mehmetg
Last active February 24, 2016 03:10
Show Gist options
  • Save mehmetg/6508b2009c88afa9fdfa to your computer and use it in GitHub Desktop.
Save mehmetg/6508b2009c88afa9fdfa to your computer and use it in GitHub Desktop.
Enable iOS Sim option to Enroll Touch Id
#!/bin/bash
export script=$'tell application "System Events" to tell process "Simulator"\nclick menu item "Touch ID Enrolled" of menu 1 of menu bar item "Hardware" of menu bar 1\nend tell'
osascript -e "$script"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment