For those who, like me, couldn't get the Mac 1.1 version working...
in the _CodeSignature folder, open the CodeResources file (with TextEdit, for example, or some other editor), and search for "libopenal". You'll see this element twice, first in this line:
<key>Frameworks/libopenal.dylib</key>
and then six or seven lines below that, in this line:
string>identifier libopenal and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = YAZAM58Q7L</string>
In this second occurrence, add quotes around libopenal, so that the line now reads:
string>identifier "libopenal" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = YAZAM58Q7L</string>
Be careful not to change anything else: save, and close the file.
You should now be good to go
**** ALWAYS make copies of program files before modifying them, it's best practice****