6.0.0-rc.1
ventsislav-georgiev
released this
30 Sep 14:15
·
7 commits
to master
since this release
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
- The Package.swift file was updated to use the exact version of dependencies matching the ones from