Skip to content

Commit

Permalink
Add RawData caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Jul 8, 2019
1 parent c238927 commit 1f08c8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ The unit tests have in-memory objects, with NotificationCenter eventing.
Today, it is heavily dependent on the Obj-C runtime, as well as Key-Value Observation.
With Swift 5.1 it should be possible to further remove those restrictions.

It currently relies upon a `[String: Any]` raw data representation.
Everything is in place to remove this restriction, but the swift compiler crashes if so.

## Requirements

- iOS 10+ / macOS 10.12+ / tvOS 10+ / watchOS 3+
Expand Down

0 comments on commit 1f08c8b

Please sign in to comment.