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
You can change the branch to a tag to use a specific version (e.g., v{version} for the latest stable release or `main` for the latest development version).
198
+
You can change the branch to a tag to use a specific version (e.g., {version} for the latest stable release or `main` for the latest development version).
199
199
200
200
2. Add `Kuzu` to your target dependencies.
201
201
```swift
@@ -213,7 +213,7 @@ Alternatively, you can add the package through Xcode:
213
213
1. Open your Xcode project.
214
214
2. Go to `File` > `Add Packages Dependencies...`.
215
215
3. Enter the URL of the kuzu-swift repository: `https://github.com/kuzudb/kuzu-swift`.
216
-
4. Select the version you want to use (e.g., v{version} for the latest stable release or `main` for the latest development version).
216
+
4. Select the version you want to use (e.g., {version} for the latest stable release or `main` for the latest development version).
0 commit comments