Skip to content

v1.1.0

Compare
Choose a tag to compare
@jothepro jothepro released this 18 Jun 20:03
· 47 commits to main since this release
74e9182

Added

  • New parameter --objcpp-header-out that allows Objective-C++ headers to be placed in a separate folder from the sources.

Fixed

  • If the optional parameter --objc-type-prefix wasn't set, the generated Objective-C code did not compile because there where name collisions between the generated Objective-C & C++ classes. This is now fixed. To avoid collisions, at least one of --cpp-namespace or --objc-type-prefix parameters have to be defined when generating Objective-C code. (#55)
  • Including external interfaces with non-null references in C++ didn't work. This is now handled correctly. (#61)