mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-15 23:22:50 +00:00
The iOS build now produces two frameworks instead of one: - 'serval_dna' is the C API - 'ServalDNA' is the Swift API (daemon) The top-level modulemap file now produces a C API module called 'serval_dna' (renamed the library to libserval_dna.a) so that the Swift API code can be identical for iOS and non-iOS targets.