tylerhall / MacSosumi

Desktop Find My iPhone client for Mac OS X.
http://clickontyler.com/sosumi/
100 stars 23 forks source link

Pull API logic out of SSMAccount #7

Open tylerhall opened 13 years ago

tylerhall commented 13 years ago

We should remove the API fetching logic from SSMAccount and put it in it's own controller that cycles through the accounts instead. This would remove the problem of SSMAccounts having to update SSMDevices directly - and would then let us fix my god awful NSTreeController code.