modo-studio / SugarRecord

CoreData/Realm sweet wrapper written in Swift
MIT License
2.11k stars 223 forks source link

Update Cartfile #328

Closed BeeCity closed 7 years ago

BeeCity commented 7 years ago

Issue: Link

Short description

Describe here the purpose of your PR.

Solution

Describe the solution you came up with and the reasons that led you to that solution. If you thought about other solutions don't forget about mentioning them.

Implementation

Detail in a checklist the steps that you took to implement the PR.

GIF

Find a descriptive GIF for your PR. Because we :heart: fun at Carambalabs.

pepicrft commented 7 years ago

@A8-Moke the support for Realm has been dropped in the last version. Realm interface is easy and straightforward that building a layer on top of it doesn't add much value. This layer keeps making sense for Core Data though. I've opened a PR removing the Cartfile and Cartfile.resolved. You can check it here: https://github.com/carambalabs/SugarRecord/pull/329