Skip to content

Commit eea598e

Browse files
committed
v1.3.0 release prep
1 parent ecd3f13 commit eea598e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4343
Then run this to install the ObjectBox framework:
4444

@@ -48,8 +48,6 @@ pod install
4848
Pods/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-
5351
And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
5452
Now, you are all set to define your first ObjectBox entities;
5553
e.g. check the [getting started guide](https://swift.objectbox.io/getting-started) or the [example](#example) described below.
@@ -135,7 +133,7 @@ License
135133
-------
136134
All 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.

cartspec/ObjectBox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
}

0 commit comments

Comments
 (0)