Skip to content

v4.4.0

Latest
Compare
Choose a tag to compare
@greenrobot greenrobot released this 09 Jul 10:16
· 1 commit to main since this release
  • Breaking API change: when using the Swift Package, make sure to run the generator again.
    For Xcode projects, right-click your project in the Project navigator and click ObjectBoxGeneratorCommand.
    For Swift Package projects, run swift package plugin --allow-writing-to-package-directory objectbox-generator.
    When using ObjectBox through CocoaPods the generated code is updated when next building your project.
  • Change generated code to support Swift 6 language mode #91
  • When using ObjectBox through CocoaPods, support Xcode 16 projects that use groups as well as buildable folders