I'm developing an application that will launch other applications (by system("javaws ...)
to be specific).
My question is, if I sign my application with my Apple Identified Developer key, will Gatekeeper kick in and show popups / warnings if my application launches other unsigned applications?
(I'd try this out myself, but I don't have an Identified Developer key yet, and I thought I'd ask here before applying for one.)
Here's the only related questions that I've found: How to sign (dynamic) JNLP files for OSX and Gatekeeper