File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,11 @@ or the [New to CocoaPods?](#new-to-cocoapods) section below for a quick intro.
30
30
To install the ` ObjectBox ` pod, add the following line to your Podfile:
31
31
32
32
``` ruby
33
- pod ' ObjectBox' , ' 1.0.0-rc.7 '
33
+ pod ' ObjectBox'
34
34
```
35
35
36
+ * Note:* use ` pod 'ObjectBox501' ` if you are still on Swift 5.0.1.
37
+
36
38
Then run this to install the ObjectBox framework:
37
39
38
40
``` bash
@@ -41,6 +43,8 @@ pod install
41
43
Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is named
42
44
```
43
45
46
+ * Note:* run ` Pods/ObjectBox501/setup.rb myproject.xcodeproj ` if you are still on Swift 5.0.1.
47
+
44
48
And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
45
49
Now, you are all set to define your first ObjectBox entities;
46
50
e.g. check the [ getting started guide] ( https://swift.objectbox.io/getting-started ) or the [ example] ( #example ) described below.
@@ -112,8 +116,8 @@ Source code
112
116
-----------
113
117
Source code for ObjectBox's Swift binding can be found [ in the Source folder] ( Source/README.md ) .
114
118
115
- Migrating from the Beta
116
- -----------------------
119
+ Migrating from pre 1.0 versions
120
+ -------------------------------
117
121
118
122
If you've used the ObjectBox betas, there are a few changes we made for the 1.0 release to
119
123
improve the experience before we freeze the API for release. The adjustments you'll have to make are:
You can’t perform that action at this time.
0 commit comments