mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-1999 Package up sync package with new mobile dependencies #101

Closed jsflax closed 5 years ago

jsflax commented 6 years ago

Originally, because there was no mongo driver in this ecosystem, we had to source our own dependencies and create our own .frameworks. Now that these frameworks are released as pods, we can remove all the cruft that set up our dev environment.

The only setup a developer will have to do going forward is running pod install. Will save us a lot of trouble.