Releases: Kinvey/swift-sdk
Releases · Kinvey/swift-sdk
6.0.0
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
Bug Fixes
- Fix build error on Cocoapods for WatchOS.
6.0.0-rc.1
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