You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README: update for Swift Package, refer to GitBook
Instructions have deviated again, move them completely to GitBook now that Swift Package would require even more text.
Also update the code generation section in regard to the Swift plugin not automatically generating code.
Copy file name to clipboardExpand all lines: README.md
+9-46Lines changed: 9 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Want details? **[Read the guides](https://swift.objectbox.io/)** or
68
68
69
69
## Why use ObjectBox for Swift data persistence?
70
70
71
-
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up, fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory, battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away? Check out the [installation section below](#adding-objectbox-to-your-project). You can also star this repository for later 🌟
71
+
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up, fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory, battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away? Check out the [installation section below](#add-objectbox-to-your-project). You can also star this repository for later 🌟
72
72
73
73
### Features
74
74
@@ -87,51 +87,14 @@ Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an int
87
87
👥 **[ObjectBox Sync](https://objectbox.io/sync/):** keeps data in sync between devices and servers\
88
88
🕒 **[ObjectBox TS](https://objectbox.io/time-series-database/):** time series extension for time based data
89
89
90
-
<aname="cocoapods"></a>
90
+
## Add ObjectBox to your project
91
91
92
-
## Adding ObjectBox to your project
92
+
ObjectBox is available as a
93
93
94
-
ObjectBox is available as a [CocoaPods](https://cocoapods.org) pod. [See the docs](https://swift.objectbox.io/install) for details and alternative setup options.
94
+
-[CocoaPods](https://swift.objectbox.io/install#cocoapods) pod
0 commit comments