You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for w
6
6
7
7
This is a placeholder for the Swift 3 documentation for CDQI v5. CDQI v5 for Swift 3 is **usable right now** with some caveats:
8
8
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.
10
10
- 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.
11
11
- 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.
12
12
- Core Data inheritance is still not supported. I currently have no plans to do so, but there are workarounds.
0 commit comments