Code Signing and run-only application -- myApp2 is damaged
Code Signing and run-only application -- myApp2 is damaged
- Subject: Code Signing and run-only application -- myApp2 is damaged
- From: John <email@hidden>
- Date: Fri, 08 Nov 2013 17:46:42 -0500
I just joined Apple Developer, generated and installed a Mac Apps certificate. When I export the script as an Application and sign it, it is producing a damaged error on other machines.
Steps:
1) I wrote a script and exported it as run-only, code signed (myScript.scpt)
2) I wrote a script to call (myScript.scpt) and saved it as an application. (myApp1)
set mainScriptPath to POSIX path of (((path to me as text) & "Contents:Resources:Scripts:myScript.scpt"))
do shell script "osascript " & quoted form of mainScriptPath
3) Using Show Package Contents, I dragged (myScript.scpt) to Resources:Scripts of (myApp)
4) I populated the bundle contents of (myApp) and exported it as an run-only Application, code signed. (myApp2)
5) I compressed (myApp2) before transferring it to another computer.
What am I doing incorrectly?
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden