EasyQuestSwitch icon indicating copy to clipboard operation
EasyQuestSwitch copied to clipboard

iOS support.

Open bdragon28 opened this issue 1 year ago • 3 comments

Add basic iOS support.

This does not yet handle migrating. I'm not sure what the best way to do this is, given the data structure change is in SharedObject.

It's probably possible to scan through the objects with reflection, but if not, it might be necessary to add migration code to all types to initialize the fields.

Probably best to initialize it from the Quest values.

bdragon28 avatar Aug 25 '24 03:08 bdragon28

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

github-actions[bot] avatar Aug 25 '24 03:08 github-actions[bot]

I have read the CLA Document and I hereby sign the CLA

bdragon28 avatar Aug 25 '24 03:08 bdragon28

I added a migration path. I didn't get all clever with reflection, but went through every class and added migration code, for maintainability's sake.

bdragon28 avatar Nov 16 '24 23:11 bdragon28