Code sign debug

Hi!

I am in a windows enviroment were applock is present and I need to sign every app I make to be able to run it.
This makes it difficult to develop in xojo because of the way debugging works.
My question is simply if it is possible to sign debug apps with a certificate?

You’ll have a couple choices

  • add a post build step that does the signing
    OR
  • run paused all the time & manually sign then start them