File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 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:
3838 pod ' ObjectBox'
3939```
4040
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 .
4242
4343Then run this to install the ObjectBox framework:
4444
@@ -48,8 +48,6 @@ pod install
4848Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is named
4949```
5050
51- * Note:* run ` Pods/ObjectBox501/setup.rb myproject.xcodeproj ` if you are still on Swift 5.0.1.
52-
5351And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
5452Now, you are all set to define your first ObjectBox entities;
5553e.g. check the [ getting started guide] ( https://swift.objectbox.io/getting-started ) or the [ example] ( #example ) described below.
@@ -135,7 +133,7 @@ License
135133-------
136134All files in this repository are under the Apache 2 license:
137135
138- Copyright 2018-2019 ObjectBox Ltd. All rights reserved.
136+ Copyright 2018-2020 ObjectBox Ltd. All rights reserved.
139137
140138 Licensed under the Apache License, Version 2.0 (the "License");
141139 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11{
22 "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"
45}
You can’t perform that action at this time.
0 commit comments