tvOS Side/Custom Menu

Thanks to other developers I discovered the magic of suspending an app on tvOS. I had a side menu using a UITabBarController underneath, but to close the app it involved some custom handling in pressesBegan that never quite worked like I wanted it to. Instead I am now able to put a gesture recognized on my menu for the menu button from the remote that then calls this to suspend the app and everything works as desired.

UIApplication.shared.perform(#selector(NSXPCConnection.suspend))

iOS Tests Timing Out Problem

Ran into a problem with our tests failing for iOS yesterday on GitHub Actions. Others were having no problem, but my branch was failing every time. There wasn't that many changes either, mostly bumping the version number for a new release.

encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Test crashed with signal abrt before starting test execution.