mindsnacks / Zinc-ObjC

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

Revamping readiness update system #87

Closed amrox closed 10 years ago

amrox commented 10 years ago

Instead of updating "isReady" externally, operations that have custom readiness update themselves. This is built into the base ZincOperation class.

The only subclass that uses custom readiness is ZincBundleRemoteCloneTask.