From e41c889e3e05c816d63b8b25c14f5d7e476603d2 Mon Sep 17 00:00:00 2001 From: Dominic Bauer Date: Tue, 10 Sep 2024 15:11:47 +0200 Subject: [PATCH] docs: add readme in powesync --- PowerSync/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 PowerSync/README.md diff --git a/PowerSync/README.md b/PowerSync/README.md new file mode 100644 index 00000000..d2296724 --- /dev/null +++ b/PowerSync/README.md @@ -0,0 +1,5 @@ +# PowerSync Native Swift SDK + +This is what is used to generate the Native Swift SDK using the Kotlin Multiplatform SDK with [SKIE](https://skie.touchlab.co/). Further details about this configuration can be found in our blog [here](https://www.powersync.com/blog/using-kotlin-multiplatform-with-kmmbridge-and-skie-to-publish-a-native-swift-sdk). + +We recommend the [Supabase Todo List Demo](https://github.com/powersync-ja/powersync-kotlin-swift-demo) app as a starting point for using the Swift SDK. See the README for details to run it.