Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@mkapostolov mkapostolov released this 17 Feb 12:44
deb36a3

Improvements

  • Update all dependencies to latest versions with support for Xcode 13 and iOS 15
    • Most notably Realm from v3.21.0 to v10.15.1

Breaking Changes

  • The designated initializers defined by RLMObject and RealmSwift.Object when inheriting Entity, File, etc. are no longer required and should be removed.
  • Carthage:
    • We are using xcframeworks now
  • SPM:
    • The Package.swift file was updated to use the exact version of dependencies matching the ones from Cartfile.resolved
    • The tests related dependencies are removed from Package.swift

Bug Fixes

  • Fix build error on Cocoapods for WatchOS.