richardpiazza/coredataplus
A collection of extensions and helpers for working with Core Data.
Usage
🔎
Installation
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.4.0")
],
...
)Then import the CoreDataPlus packages wherever you'd like to use it:
import CoreDataPlusPackage Metadata
Repository: richardpiazza/coredataplus
Default branch: main
README: README.md