How can you prevent re-signing your application with the `resignApp` capability?

How can you prevent re-signing your application with the resignApp capability?

Hey Richard,

:package: By default, apps are re-signed, which means their digital signature is modified when running tests. However, you have the power to keep your apps as they are. To do this, simply pass the capability as “false.”

This way, you ensure that your apps remain unaltered during the testing process. It’s a handy option when you want to maintain the original signatures for specific reasons.

If you need more guidance on how to implement this capability or have other questions, feel free to ask! :calling::lock: