An open API service indexing awesome lists of open source software.

https://github.com/objectbox/objectbox-swift-spm

Hosts the ObjectBox Swift package
https://github.com/objectbox/objectbox-swift-spm

database objectbox swift

Last synced: 10 months ago
JSON representation

Hosts the ObjectBox Swift package

Awesome Lists containing this project

README

          

# ObjectBox Swift Package

**Visit the ➡️ [Install ObjectBox Swift](https://swift.objectbox.io/install#swift-package) page to see how to use this Swift package.**

This repository only hosts the ObjectBox Swift package.

This Swift package contains the [ObjectBox Swift API](https://objectbox.io/docfiles/swift/current/), the [ObjectBox Swift generator](https://swift.objectbox.io/getting-started#generate-objectbox-code) as a command plugin and the native ObjectBox library for macOS and iOS.

## Development

Swift code is formatted using [swift-format](https://github.com/swiftlang/swift-format):

```shell
swift-format --in-place --recursive .
```