Mat Kelly
Mat Kelly
Bumping this to Future Release, as it's not a priority to distribute WAIL through the appstore.

https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing The codesigning process can likely be added to the "MAKEFILE" though this seems to defeat the purpose of codesigning.
Using codesign results in the error `unsealed contents present in the bundle root` due to the additional directories within WAIL.app that are abnormal for .app's (e.g., archives, archiveIndexes, bundledApps, etc)....
The entitlement can also be passed to pyinstaller to facilitate app signing, see https://forums.developer.apple.com/forums/thread/695989
The tooltip functionality appears to be selectively broken (for wx.Buttons) on macOS 14.1.2 with wxpython 4.2.1. The example below from their docs does not produce a tooltip when run. ```py...
I ran the above code on macOS 14.5 (Apple M3) and wxPython 4.2.1 and the tooltip appeared as expected. This can likely be implemented using code akin to the above...
[d052dd5](https://github.com/machawk1/wail/commit/d052dd5c9c34ab026abb66a0777dfda4491f338a) added more strings to the other advanced panel. Still need to add base string to the variety of UI elements in the Heritrix panel.
It appears that the project moved from Apache to GPL license since this issue was filed yesterday. We really ought to do a sanity check of the licenses of the...
