You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/)**.
68
66
69
67
## Why use ObjectBox for Swift data persistence?
70
68
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 🌟
72
73
73
74
### Features
74
75
@@ -98,33 +99,9 @@ See [Install ObjectBox Swift](https://swift.objectbox.io/install) for details an
98
99
99
100
## Example
100
101
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.
128
105
129
106
## Changelog
130
107
@@ -142,14 +119,15 @@ It uses [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-genera
142
119
143
120
## Already using ObjectBox?
144
121
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.
146
124
147
125
**We're looking forward to receiving your comments and requests:**
0 commit comments