You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public enum <$sanitizedManagedObjectClassName$>UserInfo: String {<$foreach UserInfo userInfoKeyValues do$>
28
+
case <$UserInfo.key$> = "<$UserInfo.key$>"<$endforeach do$>
29
+
}
30
30
<$endif$>
31
31
32
32
@@ -61,29 +61,29 @@ open class _<$sanitizedManagedObjectClassName$>: NSManagedObject {
61
61
<$if Attribute.hasDefinedAttributeType$>
62
62
<$if Attribute.hasScalarAttributeType$>
63
63
<$if Attribute.isReadonly$>
64
-
open var <$Attribute.name$>: NSNumber?
64
+
open var <$Attribute.name$>: <$if Attribute.usesScalarAttributeType$><$Attribute.scalarAttributeType$><$if Attribute.isOptional$> // Optional scalars not supported<$endif$><$else$>NSNumber<$if Attribute.isOptional$>?<$else$>!<$endif$><$endif$>
0 commit comments