File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ To install the `ObjectBox` pod, add the following line to your Podfile:
38
38
pod ' ObjectBox'
39
39
```
40
40
41
- * Note:* use ` pod 'ObjectBox501' ` if you are still on Swift 5.0.1. Consider switching to Swift 5.1 to use latest ObjectBox version .
41
+ * Note:* ObjectBox 1.3 was built using Swift 5.2. ObjectBox 1.2 works with Swift 5.1 but we highly recommend the update .
42
42
43
43
Then run this to install the ObjectBox framework:
44
44
@@ -48,8 +48,6 @@ pod install
48
48
Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is named
49
49
```
50
50
51
- * Note:* run ` Pods/ObjectBox501/setup.rb myproject.xcodeproj ` if you are still on Swift 5.0.1.
52
-
53
51
And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
54
52
Now, you are all set to define your first ObjectBox entities;
55
53
e.g. check the [ getting started guide] ( https://swift.objectbox.io/getting-started ) or the [ example] ( #example ) described below.
@@ -135,7 +133,7 @@ License
135
133
-------
136
134
All files in this repository are under the Apache 2 license:
137
135
138
- Copyright 2018-2019 ObjectBox Ltd. All rights reserved.
136
+ Copyright 2018-2020 ObjectBox Ltd. All rights reserved.
139
137
140
138
Licensed under the Apache License, Version 2.0 (the "License");
141
139
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
{
2
2
"1.1.1" : " https://github.com/objectbox/objectbox-swift/releases/download/v1.1.1/ObjectBox-1.1.1-Carthage.framework.zip" ,
3
- "1.2.0" : " https://github.com/objectbox/objectbox-swift/releases/download/v1.2.0/ObjectBox-1.2.0-Carthage.framework.zip"
3
+ "1.2.0" : " https://github.com/objectbox/objectbox-swift/releases/download/v1.2.0/ObjectBox-1.2.0-Carthage.framework.zip" ,
4
+ "1.3.0" : " https://github.com/objectbox/objectbox-swift/releases/download/v1.3.0/ObjectBox-1.3.0-Carthage.framework.zip"
4
5
}
You can’t perform that action at this time.
0 commit comments