Skip to content

Commit dc64bdb

Browse files
committed
README
1 parent ddad5e6 commit dc64bdb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

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

1111
### Swift 3.0 Support
1212

13-
If you’re feeling adventures, the `cdqi5` branch contains the Swift 3 version of CDQI. Here’s what you need to know:
14-
15-
- Things have changed a bit. The unit tests are your friends. Look at them.
16-
- The `cdqi` tool has not yet been updated. You will have to hand-code your proxy classes. Again, look at the unit tests.
17-
- Comparisons involving `NSData` don’t seem to work. The compiler cannot figure out which operator to apply. Working on it.
18-
- Subqueries don’t work yet.
19-
- iOS 10 and macOS Sierra are supported. Nothing else is yet. I will support earlier/other operating systems soon.
20-
21-
Use at your own risk! Subject to change without notice (but probably will not change much). When it is released, the `cdqi5` branch will be merged, **deleted**, and replaced with the appropriate tag.
13+
If you’re feeling adventurous, the [cdqi5](https://github.com/Prosumma/CoreDataQueryInterface/tree/cdqi5) branch contains the Swift 3 version of CDQI, which is very close to a full release and has a stable API. Use at your own risk! Subject to change without notice (but probably will not change much). When it is released, the `cdqi5` branch will be merged, **deleted**, and replaced with the appropriate tag.
2214

2315
### Features
2416

0 commit comments

Comments
 (0)