Closed ArtSabintsev closed 8 years ago
Thanks @ArtSabintsev , highly appreciated!!!
There's only a couple minor changes.
You need to change realm.path
to realm.configuration.fileURL?.absoluteString
and it should be fine. However, this adds optional behavior and you need to handle the else condition. I'm not familiar enough with RRC to make that change confidently.
All I did was make the changes with a force-unwrap realm.configuration.fileURL!.absoluteString
and everything compiled, however, that's neither right nor elegant for an OSS solution.
Totally agree with you @ArtSabintsev. I'll try to take a look at it tonight.
Just following up.
It would be great to add support for 1.0 and update pod!
Hi guys, sorry for the delay. Here it is: #80 waiting for review
0.4.4 has been released @ArtSabintsev @bettimms
👍
Realm released 1.0 today.
I'll take a look and see if RRC is compatible with 1.0 out of the box. If it is, I'll open up a PR.