terhechte/CoreValue

NS is a reserved prefix for Apple classes

3lvis opened this issue · 3 comments

3lvis commented

NS is a reserved prefix for Apple classes, using NS in your own classes is a bad practice. Any plans for fixing this?

public typealias NSManagedStruct = protocol<BoxingStruct, UnboxingStruct>
public typealias NSManagedPersistentStruct = protocol<BoxingPersistentStruct, UnboxingStruct>

Oh right. I honestly totally forgot about that when drafting the protocols. Will quickly fix it. Thanks for pointing it out!

3lvis commented

❤️

Just released 0.1.2 which fixes this :)