Skip to content

v0.0.9

Choose a tag to compare

@veikkoeeva veikkoeeva released this 12 Aug 10:02
· 3 commits to main since this release
fdc0f87

The mobile release: the same package now carries every head's native.

  • Lumoin.Base.Libsodium natives now also cover win-arm64, android-arm64 and android-x64
    (runtimes//native), and iOS/Mac Catalyst app builds link a bundled static xcframework
    wired in by the package's buildTransitive NativeReference targets.
  • The package multi-targets net10.0, net10.0-ios and net10.0-maccatalyst; the Apple assemblies
    import through __Internal, the resolution mechanism statically linked code requires.
  • The prove gate is two-tier: binaries the build runner can load pass the package's own test
    suite; cross-compiled mobile binaries ship on pinned-source provenance with architecture and
    exported-symbol verification.

See CHANGELOG.md for the full list.