This is how I sign app bundles manually using 2 Terminal commands:

Step 1: First I need to get rid of all the extended attributes in the app 
bundle:

        1. Type: xattr -cr<space><Path_to_App_Bundle>
        Note: If you drag and drop the app to the terminal, the path will 
automatically be typed in terminal.
        2. <Return>

Step 2: Next , I sign the app:

        1. Type: codesign -s<space>"Developer ID Application: <Developer_Name> 
(Developer_ID)”<space>-fvvvv<space><Path_to_App_Bundle><space>--deep
        2. <Return>

I was told that the “--deep” command at the end ensures that everything in the 
app bundle that needs to be signed is signed.

I have copied and saved both Terminal commands with the file paths so that I 
can just copy and paste them in when I need to use them.
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to