Skip to content

Commit 0848b05

Browse files
authored
Enhance Swift installation instructions in README
Updated Swift installation instructions to include additional steps for loading the extension.
1 parent 34b3d70 commit 0848b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Download a pre-built binary from the [Releases](https://github.com/sqliteai/sqli
5858
| Platform | Install |
5959
|----------|---------|
6060
| **SQLite CLI / C** | `.load ./cloudsync` or `SELECT load_extension('./cloudsync');` |
61-
| **Swift** | [Add this repo as a Swift Package dependency](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app) |
61+
| **Swift** | [Add this repo as a Swift Package dependency](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app), follow [steps 4 and 5](https://github.com/sqliteai/sqlite-extensions-guide/blob/main/platforms/ios.md#4-set-up-sqlite-with-extension-loading), and load extension with `CloudSync.path` |
6262
| **Android** | `implementation 'ai.sqlite:sync:1.0.0'` ([Maven Central](https://central.sonatype.com/artifact/ai.sqlite/sync)) |
6363
| **Flutter** | `flutter pub add sqlite_sync` ([pub.dev](https://pub.dev/packages/sqlite_sync)) |
6464
| **Expo** | `npm install @sqliteai/sqlite-sync-expo` |

0 commit comments

Comments
 (0)