Last active
February 24, 2016 03:10
-
-
Save mehmetg/6508b2009c88afa9fdfa to your computer and use it in GitHub Desktop.
Enable iOS Sim option to Enroll Touch Id
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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