mindsnacks / Zinc-ObjC

Objective-C client for Zinc asset distribution system
MIT License
17 stars 6 forks source link

Feature/improved initialization progress info #53

Closed amrox closed 11 years ago

amrox commented 11 years ago

The main change is a new method in ZincRepo:

- (ZincTaskRef*) taskRefForInitialization;

This task ref can be plugged into a ZincTaskMonitor for all your progress monitoring needs :)

JaviSoto commented 11 years ago

Nice :ship: :it: