mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-2873 Swift 5 Upgrade: Fix warnings and integration tests #182

Closed tkaye407 closed 5 years ago

tkaye407 commented 5 years ago

This PR Does the following:

  1. Fix the JWT related compilation errors in the integration tests
  2. Upgrades the schemas to the recommended settings (localizability)
  3. Fix various other low hanging fruit warnings
  4. Remove duplicate test definitions from Darwin/StitchCore/StitchCoreTests/Core/StitchAppClientIntegrationTests.swift

All Core Tests and All Darwin Tests passed locally for 3 consecutive runs and there are no linter errors present