File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 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:
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-
3836Then 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-----------------------------
7484In 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