Skip to content

Five-O

Compare
Choose a tag to compare
@kastiglione kastiglione released this 29 Aug 18:13

This release includes new commands and bug fixes to existing commands. Thank you for all issues and pull requests! This also has some breaking changes, but hopefully they do make things better.

Breaking changes

  • Removed the various objc/swift commands (pobjc, pswift, poswift, eobjc, eswift) – Chisel now attempts to evaluate with the correct language based on context (@kastiglione, #156)

New commands

  • pa11yi: Print accessibility identifiers of views (@bartoszj, #140)
  • pproperties: Print properties of an object (@longv2go, #133)
  • pblock: Print the implementation address and signature of a block (@longv2go, #133)
  • settext: Set text on a view (by accessibility id) (@tecknut, #137)
  • setinput: Populate first responder text fields/ text views (@tecknut, #137)
  • pbcopy: Print object to clipboard (@MDSilber, #147)
  • pbundlepath: Print application's bundle directory path (@Ashton-W, #152)
  • present, dismiss: Present and dismiss view controllers (@alanzeino, #150)

Improvements

As always, help is your friend.