- major restructuring for the future of PyMacApp, now to include (a) buildtools and (b) runtools
- pymacapp.buildtools contains, at this point, app and package which are designed to aid in the creation of building, signing, and notorizing .app and .pkg files
- pymacaoo.runtools is intended to contain tools for use in coding python applications
- introduces CustomURIApplication, a subclass of QApplication for PySide6 to handle Custom URIs, pairing with url_schema in App.build (from pymacapp.runtools import CustomURIApplication)
- PyMacApp will now require PySide6 to support these new runtools