Skip to content

Commit 117eb20

Browse files
committed
README.md: Swift version table
1 parent a51488d commit 117eb20

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ To install the `ObjectBox` pod, add the following line to your Podfile:
3333
pod 'ObjectBox'
3434
```
3535

36-
*Note:* ObjectBox 1.3 was built using Swift 5.2. ObjectBox 1.2 works with Swift 5.1 but we highly recommend the update.
37-
3836
Then run this to install the ObjectBox framework:
3937

4038
```bash
@@ -69,6 +67,18 @@ If `pod install` fails, try updating CocoaPods first:
6967

7068
gem update xcodeproj && gem update cocoapods && pod repo update
7169

70+
### Swift versions
71+
72+
Here's a list of ObjectBox releases, and the Swift versions they were compiled with:
73+
74+
| ObjectBox version(s) | Swift version |
75+
|:--------------------:|:-------------:|
76+
| 1.4.1 | 5.3 |
77+
| 1.3, 1.4.0 | 5.2 |
78+
| 1.2 | 5.1 |
79+
80+
This might be relevant, e.g. when using Carthage. For various reasons, we recommend using the latest version.
81+
7282
<a name="example"></a>Example
7383
-----------------------------
7484
In the [Example](Example/) directory, you'll find a "Notes" example app demonstrating ObjectBox's Swift API.

0 commit comments

Comments
 (0)