I am trying to sign the generated installer (not using the signing properties in the .xml project) on OS X Mavericks 10.9.4.
This command: /Applications/BitRock InstallBuilder Professional 9.0.2/tools/code-signing/osx/osxsigner --identity "Developer ID Application: MyCompanyName --identifier "com.mycompany.myprogram" setup/MyProgram-1.0-osx-installer.app
returns this: Signing app bundle setup/MyProgram-1.0-osx-installer-signed.app Done!
codesign -vvv MyProgram-1.0-osx-installer-signed.app says everything is good (validated, satisfies its Designated Requirement, etc)
If I move the package to another 10.9.4 Mac, codesign -vvv says "code object is not signed at all in subcomponent Myprogram.app/Contents/MacOS/installbuilder"
What is the problem?