Common helpers and idioms for working with Core Data in Swift.
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
).