Skip to content

Objectable

Latest
Compare
Choose a tag to compare
@helje5 helje5 released this 01 Nov 14:51
4c4769f

This release marks properties as @objc if they are known to be convertible to Objective-C. This should help with/ issue #36.

The feature is quite restricted, so the user may sometimes need to add @objc himself if the macro can't detect it. It will for common base types and if properties are marked as relationships.

This version also compiles w/ SwiftSyntax 600.