Skip to content

Releases: jothepro/djinni-cmake

v1.1.0

06 Oct 10:31
Compare
Choose a tag to compare

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

26 Mar 21:40
Compare
Choose a tag to compare

Migration to new Conan "CMakeDeps" generator

This release is required for being able to migrate jothepro/djinni-library-template to the new Conan "CMakeDeps" generator.

Changed

  • simplify finding the djinni binary on Windows (f74a313)

v1.0.0

26 Sep 19:01
Compare
Choose a tag to compare

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

08 Jul 13:23
Compare
Choose a tag to compare

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!