Initial Explorations

Most of the Unit tests still run, there seems to be an issue importing files for testing, and there’s some issues with openGL which is going to be replaced.

There’s an issues with opening the core data store, but I think I know what that is, Apple enforced some things around to do with secure coding I remember, from when I abandoned the project I think I might have the fix for that somewhere.

The UI Tests all fail, I wasn’t too surprised, although, I am actually surprised to see anything at all is rendering, dialogs do appear to be triggered, but there are many issues. I want t o revamp the whole UI anyway, it had proto light/dark themes before Apple implemented their own support with what I think is a much better solution with the asset catalogue. And I was doing some other stuff it looks like UIKit doesn’t treat the same as before.

I’m debating what to with the repo, I want to start backing up to github (of course I keep local backups!), but there’s so much history and some of the old pods are causing issues as they have some binaries too large for github. I think I might just create an new orphan branch, and figure out what to do with the rest later.

Leave a Reply