Hello I tried to Use macosvpn script inside my project I am not able to validate the application to submit to app store,
I tried following links
How to submit an OSX app with a COMMAND LINE helper in its bundle
Mac OS app, sandbox with command line tool?
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/codesign.1.html
using command codesign --entitlements ./entitlements.plist -s "copy & paste your certificate from keychain" ./commandlinetool
I can code sign but the application wont run after signing, because I guess I am using wrong certificate to sign applicaiton.