File tree 1 file changed +12
-2
lines changed 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ To install the `ObjectBox` pod, add the following line to your Podfile:
33
33
pod ' ObjectBox'
34
34
```
35
35
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
-
38
36
Then run this to install the ObjectBox framework:
39
37
40
38
``` bash
@@ -69,6 +67,18 @@ If `pod install` fails, try updating CocoaPods first:
69
67
70
68
gem update xcodeproj && gem update cocoapods && pod repo update
71
69
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
+
72
82
<a name =" example " ></a >Example
73
83
-----------------------------
74
84
In the [ Example] ( Example/ ) directory, you'll find a "Notes" example app demonstrating ObjectBox's Swift API.
You can’t perform that action at this time.
0 commit comments