You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: