dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Handle Core Data migration #38

Closed dmytro-anokhin closed 4 years ago

dmytro-anokhin commented 4 years ago

To solve this: Core Data Migration and this issue: #37

Managing Core Data model versions through all the package releases is difficult. The simplest solution is to remove previous index if it is incompatible with the current package.

dmytro-anokhin commented 4 years ago

Implemented in 0.9.8