NijiDigital / gyro

Tool to generate Realm.io models for Swift, Java & ObjC from xcdatamodel and its visual Xcode editor
Apache License 2.0
93 stars 15 forks source link

Handle nullable input for enums #68

Closed xgouchet closed 6 years ago

xgouchet commented 6 years ago

Basically when an enum value is optional, the generated code would not compile because of a null check in Kotlin.

(Replaces PR #67)