Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 841 Bytes

File metadata and controls

13 lines (9 loc) · 841 Bytes

Core Data Framework Example Updated to support Swift 5.1 and Xcode GM Version 11.0 (11A420a)

Resources

This repository contains an Xcode example project for the blog post at Sharing a Core Data Model with a Swift Framework.

CoreDataFramework is a Swift framework project that is intended to be used to package up and deploy a shareable Core Data model.

Person is an iOS application that is dependent on the CoreDataFramework framework and is configured to initialize its managedObjectModel using the CoreData framework.

Compatibility

Xcode 11.0+ iOS 12.0+ Swift 5.1+