saoudrizwan / Disk

Delightful framework for iOS to easily persist structs, images, and data
MIT License
3.08k stars 170 forks source link

url change for application support folder #58

Closed miladyalda closed 5 years ago

miladyalda commented 5 years ago

Hey! I was going to save images locally on application support which should be used offline and then I save its url to be able to show them in different places in the application. read on the net that url for applicationSupport can be changed when upgrading the app and i wonder if you take care of it in your code?

saoudrizwan commented 5 years ago

Yes, the way the application support directory is retrieved is the same in all scenarios on iOS.