skjiisa / Character-Tracker

Elder Scrolls character tracker for iOS
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Move Core Data JSON import/export to external framework #115

Open skjiisa opened 3 years ago

skjiisa commented 3 years ago

I intentionally tried making the import and export functionality as easy to use as possible given the complexity of relationships supported. This makes it easy to add new entities to the data model that support import and export. This functionality could make a nice framework for other projects to use.

I would like to move this functionality to a Swift Package Manager framework for use in other projects.