Skip to content

1.7.11

Compare
Choose a tag to compare
@EmilyMcCarthy EmilyMcCarthy released this 06 Apr 18:03
· 60 commits to develop since this release
  • Resolved Swift interop issues:
    • The SDK can now be imported into Swift projects without an Objective-C bridging header
    • Subclassing CMObject in Swift is now less confusing thanks to resolved initializer designation
  • The SDK no longer throws and catches exceptions internally, making breakpoint debugging more feasible
  • The -registerForPushNotifications: family of methods on CMStore have been deprecated and replaced with versions that work cleanly with changes to Cocoa
  • Various compiler warnings and deprecations have been resolved