Skip to content

Commit cdcc6fd

Browse files
README: add 4.0.0 info fix, links and badges
Also move other bindings interesting to iOS devs first, remove misleading license badge and update copyright year.
1 parent c662f8a commit cdcc6fd

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,19 @@
55
<p align="center">
66
<a href="https://swift.objectbox.io/getting-started">Getting Started</a> •
77
<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>
1010
</p>
1111

1212
<p align="center">
1313
<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">
1515
</a>
1616
<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">
2118
</a>
2219
<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">
2421
</a>
2522
</p>
2623

@@ -117,6 +114,7 @@ Here's a list of ObjectBox releases, and the Swift versions they were compiled w
117114

118115
| ObjectBox version(s) | Swift version |
119116
|:--------------------:|:-------------:|
117+
| 4.0.0 | 5.9 |
120118
| 2.0.0 | 5.9 |
121119
| 1.9.2 | 5.9 |
122120
| 1.9.1 | 5.9 |
@@ -163,17 +161,17 @@ Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT
163161
------------------------
164162
ObjectBox is a cross-platform database supporting sustainable app development in [multiple native languages](https://objectbox.io/dev-get-started/):
165163

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
166166
* [Java/Kotlin Database](https://github.com/objectbox/objectbox-java): runs on Android, desktop, and servers.
167167
* [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
169168
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.
171169

172170

173171
License
174172
-------
175173

176-
Copyright 2018-2023 ObjectBox Ltd. All rights reserved.
174+
Copyright 2018-2024 ObjectBox Ltd. All rights reserved.
177175

178176
Licensed under the Apache License, Version 2.0 (the "License");
179177
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)