mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-2267 Merge master into sync branch #125

Closed adamchel closed 5 years ago

adamchel commented 5 years ago

This ticket merges master into sync, meaning that sync can now be cleanly merged into master whenever we're ready to do so

This brings the following to the sync branch

There are several outstanding issues, and I've filed tickets for each of them:

The changes in this PR in .gitattributes are to treat .pbxproj files as binary files, meaning they will no longer produce line-by-line merge conflicts, but they will always prefer the local copy of a pbxproj file. This makes dealing with merge conflicts easier, but it means in the future we will sometimes have to relink files to the project, and re-update build settings that were updated before a merge.