Adding debugging Capabilities for macOS, iOS and Windows 🤖
By updating djinni_build
and djinni-cmake
, this template can now build packages for macOS, iOS (xcframework) and Windows (NuGet) that contain debug symbols.
Changed
- Updated djinni_build to v2.0.0
- Updated djinni-cmake to v1.1.0
- Updated doxygen-awesome-css to v2.1.0
- Updated doxygen to v1.9.4
- The github release jobs do now always publish debug packages to demonstrate the new debugging capabilities
- The target platform profiles have been updated based on my latest learnings
- The XCode version in github action is now pinned to a specific version for a reliable build
- The Conan version in requirements.txt is now pinned to a specific version for a reliable build
- The package structure in
lib/platform/<platform>/package
has been adapted to the new requirements
by djinni_build v2.0.0
For more details on what has changed, please also consult the release notes of djinni_build v2.0.0.
Full Changelog: v1.1.1...v2.0.0