Adhoc signing of every .so or .dylib in the app takes at least 7 seconds on my machine for a minimal app, and 15 seconds for this app. So it's annoying that it happens every time I run briefcase run -u, and unnecessary because that command isn't capable of changing any of the signed files.
Similarly, briefcase package -u will adhoc sign the app, and then properly sign it all over again.
Adhoc signing of every .so or .dylib in the app takes at least 7 seconds on my machine for a minimal app, and 15 seconds for this app. So it's annoying that it happens every time I run
briefcase run -u, and unnecessary because that command isn't capable of changing any of the signed files.Similarly,
briefcase package -uwill adhoc sign the app, and then properly sign it all over again.