saoudrizwan / Disk

Easily persist structs, images, and data on iOS
MIT License
3.11k stars 172 forks source link

BookLibrary macOS app using Disk now on the Mac App Store #67

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi. I love this framework and it makes disk data access so much easier.

My first app BookLibrary, is now on the Mac App Store and uses Disk as it's backend.

With a small adaption of saving NSImages instead, the app uses Disk in these ways:

• Any disk operation of removing, retrieving, and saving. • Check if app files exist and retrieve data from them. • Load cached app data often including cover images. • Save cover preview images to cache via NSImage. • Saving and retrieving Security Scoped Bookmarks.

Thought you might be interested.

-- mike

saoudrizwan commented 5 years ago

Thank you for letting me know! I've added it to the README :^)