To sign both the installer and its executable we're using Thawte and Comodo certificates. For MacOS we've Thawte and Apple. This following command builds a proper signed installer version (along with its executable .exe) with the combination of both the certificates, in Windows:
adt -package -storetype pkcs12 -keystore myCert.pfx -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.airi
(http://help.adobe.com/en_US/air/build/WS789ea67d3e73a8b22388411123785d 839c-8000.html)
When running the same command to compile a .dmg file - ADT reported an error:
Native signing not supported on mac
I'm not sure if the adt doesn't has the ability to do such process in MacOS unlike Windows! Any idea?