Skip to content

Common helpers and idioms for working with Core Data in Swift

License

Notifications You must be signed in to change notification settings

stairtree/CoreDataSupport

Repository files navigation

CoreDataSupport

MIT License Swift 5.2 CI

Common helpers and idioms for working with Core Data in Swift.

Supported Platforms

CoreDataSupport is tested on macOS, iOS, tvOS, and is known to support the following operating system versions:

  • macOS 10.14+
  • iOS 11+
  • tvOS 11+
  • watchOS (untested since watchOS doesn't support XCTest)

To integrate the package:

dependencies: [
    .package(url: "https://github.com/stairtree/CoreDataSupport.git", .branch("main"))
]

Note: No releases have yet been tagged.


Inspired and contains code from the excellent objc.io book by Florian Kugler and Daniel Eggert (See LICENSE.objc.io.txt).

About

Common helpers and idioms for working with Core Data in Swift

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages