Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.05 KB

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).