Skip to content

Commit e744851

Browse files
committed
README.md: updates for 1.0
1 parent 2c42e92 commit e744851

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ or the [New to CocoaPods?](#new-to-cocoapods) section below for a quick intro.
3030
To install the `ObjectBox` pod, add the following line to your Podfile:
3131

3232
```ruby
33-
pod 'ObjectBox', '1.0.0-rc.7'
33+
pod 'ObjectBox'
3434
```
3535

36+
*Note:* use `pod 'ObjectBox501'` if you are still on Swift 5.0.1.
37+
3638
Then run this to install the ObjectBox framework:
3739

3840
```bash
@@ -41,6 +43,8 @@ pod install
4143
Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is named
4244
```
4345

46+
*Note:* run `Pods/ObjectBox501/setup.rb myproject.xcodeproj` if you are still on Swift 5.0.1.
47+
4448
And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
4549
Now, you are all set to define your first ObjectBox entities;
4650
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
112116
-----------
113117
Source code for ObjectBox's Swift binding can be found [in the Source folder](Source/README.md).
114118

115-
Migrating from the Beta
116-
-----------------------
119+
Migrating from pre 1.0 versions
120+
-------------------------------
117121

118122
If you've used the ObjectBox betas, there are a few changes we made for the 1.0 release to
119123
improve the experience before we freeze the API for release. The adjustments you'll have to make are:

0 commit comments

Comments
 (0)