Releases: jothepro/djinni-cmake
Releases · jothepro/djinni-cmake
v1.1.0
Configuring XCode to generate debug symbols
With this release, XCode is configured to generate debug symbols in a .framework.dSYM
directory in case of a debug build.
Together with the new djinni_build
release now an xcframework containing debug symbols can be created.
To restore the previous behaviour (no debug symbols), the option NO_DSYM
can be set.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
First stable release
I am using this version of the module for a while now and this seems to be what I need. I don't expect major interface changes in the next months.
Added
NO_OBJC_PREFIX
option to disable the autogenerated Objective-C Prefix.
Changed
- The Objective-C++ namespace has changed from
Removed
INTERFACE
option that allowed to define an interface target.DEPENDENCIES
parameter that allowed to define a dependency to another djinni library.
Fixed
v0.1.0
Initial Release
Simple CMake wrapper for Djinni.
Features
- 🎯 Easy to use
- 🧶 Little configuration required
- 🧩 Convention over configuration
- 🎳 Supports targets Java (Android), Objective-C (macOS, iOS, ...) and C# (Windows .NET Core & .NET Framework)
For a full usage example please have a look at jothepro/djinni-library-template!