More efficient property iteration (login-tool, 436ebe2)

Rather than getting properties on each login item one by one (each property requiring an Apple Event round-trip) use the "properties" method in conjunction with the arrayByApplyingSelector: method to slurp down all the properties in a single transaction.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Refactoring for further Scripting Bridge use (login-tool, 95ff01d)
Teach login-tool to list info about configured login items (login-tool, c5f3beb) →

All snippets