I have had great success compiling my Jar to an app, and then making a DMG file to install it on Mac. I am now trying to sign it, but having no luck with % codesign -s
I think my syntax is correct (in this sample I'm obscuring my actual commonname with My Name 0000000000):
codesign -s "Developer ID Application: My Name (0000000000)" XMarker.app
The result is:
XMarker.app: code object is not signed at all In subcomponent: /Users/myname/Desktop/XM-dev/XLIFF2Modules/XMarker.app/Contents/PlugIns/jdk1.8.0_40.jdk
And sure enough if I test it:
codesign -d --verbose=4 XMarker.app XMarker.app: code object is not signed at all
If somebody could tell me what I'm doing wrong I'd appreciated it