Skip to content

Proper release via Homebrew

Latest
Compare
Choose a tag to compare
@davelyon davelyon released this 13 Mar 23:34
· 1 commit to master since this release

There was a path problem with accessing the awk scripts in the previous release, so this simply makes the install path via Homebrew work consistently.

Support for the following:

  • create
  • find (by name)
  • destroy
  • reset
  • list (with pretty formatting)

Includes very basic --help:

Usage:
    list [devices|devicetypes|runtimes] - show all SDKs, Devices, and Device Types
    find "Device Name" - find a device with the given name and print the identifier
    reset "Device Name" - reset a device with the given name
    create "Device Name" [iOS-8-X|iOS-7-X] [iPhone-4s|iPhone-5|Resizable-iPhone|...(See device types)]
    destroy "Device Name" - Destroy the device (delete it)
    delete  "Device Name" - (Matches underlying simctl command)