Skip to content

Conversation

simolus3
Copy link
Contributor

At the moment, the only iOS build we attach to releases is the XCFramework containing all supported targets.

For our Dart SDK, we'll likely be migrating to Dart hooks once they're stable to replace the existing build system using CocoaPods or SwiftPM. Since hooks don't really support prebuilt frameworks (they prefer being given a shared object that the Dart embedder is then responsible for processing), this adds .dylib builds for the core extension on iOS. This will allow a Dart hook to download only the binary that's actually used instead of the entire framework.

A small breaking change is that I've renamed the binaries for macOS (they used to be attached as .dylib, I've renamed them to .macos.dylib). This is something to keep in mind when rolling the update into the @powersync/node package, AFAIK all other consumers use the framework.

@simolus3 simolus3 requested a review from rkistner October 15, 2025 08:02
@simolus3 simolus3 merged commit a5605c6 into main Oct 15, 2025
23 checks passed
@simolus3 simolus3 deleted the separate-ios-libs branch October 15, 2025 20:18
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.

2 participants