CYBERDEViL f6fedf6796 Initial with vanilla 2.79b release il y a 1 an
..
blender.app f6fedf6796 Initial with vanilla 2.79b release il y a 1 an
blenderplayer.app f6fedf6796 Initial with vanilla 2.79b release il y a 1 an
README_codesigning.txt f6fedf6796 Initial with vanilla 2.79b release il y a 1 an

README_codesigning.txt

Tutorial for codesigning Blender releases on OSX ( atm. i do manually when needed ):
Updated as by august 01.2014 - removed deprecated rules and not recommended deep codesigning

1. You need to obtain the certificates for blender foundation, they can bw pulled at Apple developer account for BF
2. Run the following commands from terminal:

codesign -s

codesign -s


3. Checking:

codesign -vv
codesign -vv

The result should be something like:

/blender.app: valid on disk
/blender.app: satisfies its Designated Requirement

/blenderplayer.app: valid on disk
/blenderplayer.app: satisfies its Designated Requirement

Jens Verwiebe