erikheath / RNDKit

RNDKit Bindings, Controller, Navigation, and Services Frameworks
0 stars 0 forks source link

Update archiving or property declarations #46

Open erikheath opened 6 years ago

erikheath commented 6 years ago

To create a clean archiving/unarchiving scheme, bools, numbers, etc., should be stored as objective c objects or the archivers must be adjusted to handle them. The best solution is likely their conversion since they must be converted from strings in the editor anyway and the messaging system requires items of type id.