v0.5.0
What's Changed
0.5.0
- Allow running
cargo swift package
in crates that only use uniffi macros - thanks to @martinmose for testing this - Add
--macro
flag tocargo swift init
to generate a project without .udl files that uses only uniffi macros - Switch to static lib by default as there is an issue with app store publishing for dynamic libs - thanks to @martinmose for pointing this out
- Silence XCode warnings in generated Swift package code - thanks to @martinmose for providing this solution
- Properly return an error exit code when an error occured
TODO: Rest of Changelog
Full Changelog: v0.4.0...v0.5.0