Skip to content

watchOS support #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

watchOS support #201

wants to merge 4 commits into from

Conversation

simolus3
Copy link
Contributor

Currently blocked on powersync-ja/powersync-sqlite-core#73.

For all packages except for the Supabase connector (which doesn't support watchOS) and the compose integration (also no watchOS support), this adds watchOS support!

The main challenge is that watchOS doesn't seem to allow dynamic libraries, so we have to link the PowerSync core extension statically. We do this for tests in :core, but otherwise downstream users (i.e. the Swift SDK) are responsible for doing that. So, this splits the apple target into the individual platforms (iosMain, macosMain and watchosMain). iosMain and watchosMain continue to load the exension dynamically by looking up its path from the NSBundle. watchosMain instead uses cinterop to call powersync_init_static()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant