colemancda / NetworkObjects

Swift backend / server framework (Pure Swift, Supports Linux)
MIT License
259 stars 29 forks source link

Make all properties optional properties on client #77

Closed colemancda closed 9 years ago

colemancda commented 9 years ago

Store class should change all properties in the managed object model to be optional at runtime, or else saving to disk will produce errors for entities with invisible values.