|
5 | 5 | <p align="center"> |
6 | 6 | <a href="https://swift.objectbox.io/getting-started">Getting Started</a> • |
7 | 7 | <a href="https://swift.objectbox.io">Documentation</a> • |
8 | | - <a href="https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example">Example Apps</a> • |
9 | | - <a href="https://github.com/objectbox/objectbox-dart/issues">Issues</a> |
| 8 | + <a href="https://github.com/objectbox/objectbox-swift/tree/main/Example">Example Apps</a> • |
| 9 | + <a href="https://github.com/objectbox/objectbox-swift/issues">Issues</a> |
10 | 10 | </p> |
11 | 11 |
|
12 | 12 | <p align="center"> |
13 | 13 | <a href="#cocoapods"> |
14 | | - <img src="https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat-square" alt="Version"> |
| 14 | + <img src="https://img.shields.io/cocoapods/v/ObjectBox.svg" alt="Version"> |
15 | 15 | </a> |
16 | 16 | <a href="#cocoapods"> |
17 | | - <img src="https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat-square&color=17A6A6" alt="Platform"> |
18 | | - </a> |
19 | | - <a href="https://github.com/objectbox/objectbox-swift/blob/main/LICENSE.txt"> |
20 | | - <img src="https://img.shields.io/github/license/objectbox/objectbox-swift?logo=apache&style=flat-square" alt="Apache 2.0 license"> |
| 17 | + <img src="https://img.shields.io/cocoapods/p/ObjectBox.svg?color=17A6A6" alt="Platform"> |
21 | 18 | </a> |
22 | 19 | <a href="https://twitter.com/ObjectBox_io"> |
23 | | - <img src="https://img.shields.io/twitter/follow/objectbox_io?color=%20%2300aced&logo=twitter&style=flat-square" alt="Follow @ObjectBox_io"> |
| 20 | + <img src="https://img.shields.io/twitter/follow/objectbox_io?color=%20%2300aced" alt="Follow @ObjectBox_io"> |
24 | 21 | </a> |
25 | 22 | </p> |
26 | 23 |
|
@@ -117,6 +114,7 @@ Here's a list of ObjectBox releases, and the Swift versions they were compiled w |
117 | 114 |
|
118 | 115 | | ObjectBox version(s) | Swift version | |
119 | 116 | |:--------------------:|:-------------:| |
| 117 | +| 4.0.0 | 5.9 | |
120 | 118 | | 2.0.0 | 5.9 | |
121 | 119 | | 1.9.2 | 5.9 | |
122 | 120 | | 1.9.1 | 5.9 | |
@@ -163,17 +161,17 @@ Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT |
163 | 161 | ------------------------ |
164 | 162 | ObjectBox is a cross-platform database supporting sustainable app development in [multiple native languages](https://objectbox.io/dev-get-started/): |
165 | 163 |
|
| 164 | +* [Flutter/Dart Database](https://github.com/objectbox/objectbox-dart): persist Dart objects & build cross-platform apps using Flutter. |
| 165 | +* [C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to objects on embedded devices |
166 | 166 | * [Java/Kotlin Database](https://github.com/objectbox/objectbox-java): runs on Android, desktop, and servers. |
167 | 167 | * [Golang Database](https://github.com/objectbox/objectbox-go): great for IoT, data-driven tools, and server applications. |
168 | | -* [C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to objects on embedded devices |
169 | 168 | also enables porting ObjectBox to other languages. |
170 | | -* [Flutter/Dart Database](https://github.com/objectbox/objectbox-dart/): persist Dart objects & build cross-platform apps using Flutter. |
171 | 169 |
|
172 | 170 |
|
173 | 171 | License |
174 | 172 | ------- |
175 | 173 |
|
176 | | - Copyright 2018-2023 ObjectBox Ltd. All rights reserved. |
| 174 | + Copyright 2018-2024 ObjectBox Ltd. All rights reserved. |
177 | 175 |
|
178 | 176 | Licensed under the Apache License, Version 2.0 (the "License"); |
179 | 177 | you may not use this file except in compliance with the License. |
|
0 commit comments