A collection of extensions and helpers for working with Core Data.
CoreDataPlus is distributed using the Swift Package Manager.
To install it into a project, add it as a dependency within your Package.swift
manifest:
let package = Package(
...
dependencies: [
.package(url: "https://github.com/richardpiazza/CoreDataPlus.git", .upToNextMinor(from: "0.1.0")
],
...
)
Then import the CoreDataPlus packages wherever you'd like to use it:
import CoreDataPlus