Skip to content

Commit b72776e

Browse files
committed
README
1 parent 9611adf commit b72776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for w
66

77
This is a placeholder for the Swift 3 documentation for CDQI v5. CDQI v5 for Swift 3 is **usable right now** with some caveats:
88

9-
- Only the _very latest_ versions of each Apple operating system are supported. This is because I used the new `entity()` method of `NSManagedObject`, which is not supported on earlier operating systems. Previous versions of CDQI used a workaround, and I will be porting this to CDQI v5 with conditional compilation in order to support iOS 9.0+, macOS 10.11+, tvOS 9.0+ and watchOS 2.0+.
9+
- iOS 9.0+, macOS 10.11+, tvOS 9.0+ and watchOS 2.0+ are supported.
1010
- There is **absolutely no** documentation, and things have changed. The unit tests are your friends. Look at them. Documentation—both here and inline—is coming.
1111
- Because all of the unit tests pass, it is highly likely that the API will remain stable, but small tweaks are possible, particularly when it comes to Swift 3's new access modifiers.
1212
- Core Data inheritance is still not supported. I currently have no plans to do so, but there are workarounds.

0 commit comments

Comments
 (0)