Closed swilliams closed 9 years ago
Looks like there is a Travis config issue.
$ brew install xctool
Error: xctool-0.2.1 already installed
To install this version, first `brew unlink xctool'
The command "brew install xctool" failed and exited with 1 during .
Don't worry, I'll take a look. There's a long time since this was updated, maybe something is deprecated. Since you only changed the methods' contracts, there's no reason why these tests would fail.
This library is exactly what I was looking for. Nice job. I noticed that most of the initializers returned
id
though instead of the recommendedinstancetype
. This PR just changes that. Tests passed locally.