objectbox-swift
objectbox-swift copied to clipboard
Web Client for Mopidy Music Server and the Pi MusicBox
In Xcode 14 beta 4 (14A5284g), building a toy example project will output this warning: ``` warning: Run script build phase '[OBX] Update Sourcery Generated Files' will be run during...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
In ObjectBox for java you can retrieve the store from an Box object to easily start transactions. In swift this field is not available so you have to keep a...
(https://stackoverflow.com/posts/71414769/timeline) I was trying to share the Objectbox created database between the app and its extension. I used the below code to share the database between the app and its...
Trying to Compile my Project with Target Mac Catalyst but getting error shown below: Does objectBox Supports Compiling for Mac Catalyst? Should I use the Manual Method described in link...
It would be great if the repository contained a `Package.swift` manifest to allow using objectbox-swift as a dependency with [Swift Package Manager](https://swift.org/package-manager/). With Xcode 11, Swift Packages can be added...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....
When I use objectBox to auto-generate for entities that don't have any associated relationships, the information about IDs looks like this, Property, and the documentation, shows that it should be...