CoreDataPlus

0.2.0

A collection of extensions and helpers for working with Core Data.
richardpiazza/CoreDataPlus

What's New

CoreDataPlus 0.2.0

2022-03-05T17:52:45Z

A few minor tweaks to the repository and a collection of new synchronous functions on NSManagedObjectContext.

CoreDataPlus

A collection of extensions and helpers for working with Core Data.

Twitter: @richardpiazza

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.1.0")
    ],
    ...
)

Then import the CoreDataPlus packages wherever you'd like to use it:

import CoreDataPlus

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Apr 13 2024 07:26:11 GMT-0900 (Hawaii-Aleutian Daylight Time)