CYBERDEViL f6fedf6796 Initial with vanilla 2.79b release 1 год назад
..
blender.app f6fedf6796 Initial with vanilla 2.79b release 1 год назад
blenderplayer.app f6fedf6796 Initial with vanilla 2.79b release 1 год назад
README_codesigning.txt f6fedf6796 Initial with vanilla 2.79b release 1 год назад

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