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.
Remove all setup scripts
Add core swift .xcodeproj's
Use versioned MongoSwift and update source appropriately (e.g., binary => binaryDeprecated)
Update podspecs for next release (4.0.7)
Use MongoMobile for StitchCoreLocalMongoDBService
Update source for iOS 12.0
Add cocoapods support for developer environment
Add cocoapods support for evg
Update READMEs for new setup.
The only setup a developer will have to do going forward is running pod install. Will save us a lot of trouble.
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.binary
=>binaryDeprecated
)The only setup a developer will have to do going forward is running
pod install
. Will save us a lot of trouble.