Skip to content

Commit d8fcee3

Browse files
README: drop Swift version info only relevant for Carthage, update
1 parent c8bea39 commit d8fcee3

File tree

1 file changed

+22
-44
lines changed

1 file changed

+22
-44
lines changed

README.md

Lines changed: 22 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@
1010
</p>
1111

1212
<p align="center">
13-
<a href="#cocoapods">
13+
<a href="#add-objectbox-to-your-project">
1414
<img src="https://img.shields.io/cocoapods/v/ObjectBox.svg" alt="Version">
1515
</a>
16-
<a href="#cocoapods">
16+
<a href="#add-objectbox-to-your-project">
1717
<img src="https://img.shields.io/cocoapods/p/ObjectBox.svg?color=17A6A6" alt="Platform">
1818
</a>
19-
<a href="https://twitter.com/ObjectBox_io">
20-
<img src="https://img.shields.io/twitter/follow/objectbox_io?color=%20%2300aced" alt="Follow @ObjectBox_io">
21-
</a>
2219
</p>
2320

2421
# ObjectBox Swift Database - swiftly persist objects and on-device vector database for iOS & macOS
2522

26-
Powerful & superfast database for Swift that's also easy to use. Persist Swift objects quickly and reliably on-device on iOS and macOS.
23+
Powerful & superfast database for Swift that's also easy to use. Persist Swift objects quickly and reliably on-device on
24+
iOS and macOS.
2725

2826
## Demo code
2927

@@ -63,12 +61,15 @@ let query = try box.query { // Query
6361
let people: [Person] = try query.find()
6462
```
6563

66-
Want details? **[Read the guides](https://swift.objectbox.io/)** or
67-
**[check out the API docs](https://objectbox.io/docfiles/swift/current/)**.
64+
Want details? **[Read the guide](https://swift.objectbox.io/)** or
65+
**[check out the API reference](https://objectbox.io/docfiles/swift/current/)**.
6866

6967
## Why use ObjectBox for Swift data persistence?
7068

71-
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up, fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory, battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away? Check out the [installation section below](#add-objectbox-to-your-project). You can also star this repository for later 🌟
69+
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up,
70+
fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory,
71+
battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away?
72+
Check out the [installation section below](#add-objectbox-to-your-project). You can also star this repository for later 🌟
7273

7374
### Features
7475

@@ -98,33 +99,9 @@ See [Install ObjectBox Swift](https://swift.objectbox.io/install) for details an
9899

99100
## Example
100101

101-
In the [Example](Example/) directory, you'll find a "Notes" example app demonstrating ObjectBox's Swift API.
102-
The example comes with two apps: one for iOS and one for macOS. The iOS example is a full GUI application, whereas the macOS example runs a few operations and then exits.
103-
104-
## Swift versions
105-
106-
Here's a list of ObjectBox releases, and the Swift versions they were compiled with:
107-
108-
| ObjectBox version(s) | Swift version |
109-
|:--------------------:|:-------------:|
110-
| 4.2.0 | 5.10 |
111-
| 4.1.0 | 6.0 |
112-
| 4.0.1 | 5.9 |
113-
| 4.0.0 | 5.9 |
114-
| 2.0.0 | 5.9 |
115-
| 1.9.2 | 5.9 |
116-
| 1.9.1 | 5.9 |
117-
| 1.9.0 | 5.8.1 |
118-
| 1.8.1 | 5.7.2 |
119-
| 1.8.0 | 5.7.1 |
120-
| 1.7.0 | 5.5 |
121-
| 1.6.0 | 5.4 |
122-
| 1.5.0 | 5.3(.2) |
123-
| 1.4.1 | 5.3 |
124-
| 1.3, 1.4.0 | 5.2 |
125-
| 1.2 | 5.1 |
126-
127-
This might be relevant, e.g. when using Carthage. For various reasons, we recommend using the latest version.
102+
In the [Example](Example) directory, you'll find a "Notes" example app demonstrating ObjectBox's Swift API.
103+
The example comes with two apps: one for iOS and one for macOS. The iOS example is a full GUI application, whereas the
104+
macOS example runs a few operations and then exits.
128105

129106
## Changelog
130107

@@ -142,14 +119,15 @@ It uses [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-genera
142119

143120
## Already using ObjectBox?
144121

145-
We're on a mission to bring joy, delight and sustainability to app developers. **To do this, we need your help:** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). Let us know what you love and what is amiss, so we can improve.
122+
We're on a mission to bring joy, delight and sustainability to app developers. **To do this, we need your help:** Please
123+
fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). Let us know what you love and what is amiss, so we can improve.
146124

147125
**We're looking forward to receiving your comments and requests:**
148126

149127
- Add [GitHub issues](https://github.com/ObjectBox/objectbox-swift/issues)
150-
- Upvote issues you find important by hitting the 👍/+1 reaction button
151-
- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/)
152-
-us, if you like what you see
128+
- Upvote issues you find important by hitting the 👍 reaction button
129+
- Drop us a line via contact📧objectbox.io
130+
-this repository, if you like what you see
153131

154132
Thank you! 🙏
155133

@@ -159,10 +137,10 @@ Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox
159137

160138
ObjectBox is a cross-platform database supporting sustainable app development in [multiple native languages](https://objectbox.io/dev-get-started/):
161139

162-
- [Flutter/Dart Database](https://github.com/objectbox/objectbox-dart): persist Dart objects & build cross-platform apps using Flutter.
163-
- [C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to objects on embedded devices
164-
- [Java/Kotlin Database](https://github.com/objectbox/objectbox-java): runs on Android, desktop, and servers.
165-
- [Golang Database](https://github.com/objectbox/objectbox-go): great for IoT, data-driven tools, and server applications.
140+
- [ObjectBox C and C++ SDK](https://github.com/objectbox/objectbox-c): native speed with zero copy access to objects on embedded devices
141+
- [ObjectBox Java and Kotlin SDK](https://github.com/objectbox/objectbox-java): runs on Android, desktop, and servers.
142+
- [ObjectBox Dart and Flutter SDK](https://github.com/objectbox/objectbox-dart): persist Dart objects & build cross-platform apps using Flutter.
143+
- [ObjectBox Go SDK](https://github.com/objectbox/objectbox-go): great for IoT, data-driven tools, and server applications.
166144
also enables porting ObjectBox to other languages.
167145

168146
## License

0 commit comments

Comments
 (0)