Tim:Applications akku$~/Downloads/SMJobBless/SMJobBlessUtil.py check WashAndGo.app
问题:
WashAndGo.app/Contents/Library/LaunchServices/de.abelssoft.WashAndGoFileHelper:
app designated requirement (anchor apple generic and identifier
“de.abelssoft.WashAndGo” and (certificate
leaf[field.1.2.840.113635.100.6.1.9] /* exists / or 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] = “84F375TH8K”)) doesn’t match entry in
‘SMAuthorizedClients’ (identifier “de.abelssoft.WashAndGo” and anchor
apple generic and certificate leaf[subject.CN] = “3rd Party Mac
Developer Application: Ascora GmbH (84F375TH8K)” and certificate
1[field.1.2.840.113635.100.6.2.1] / exists */)
我已经找到了许多代码签名的一般指南,并且我的应用程序的代码签名工作就像轻而易举,但不知何故,这个有福的帮助者签名(过去曾经工作过)对我来说不再适用.
从Helper的info.plist文件中:
identifier "de.abelssoft.WashAndGo" and anchor apple generic and certificate leaf[subject.CN] = "3rd Party Mac Developer Application: Ascora GmbH (84F375TH8K)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */
从App的info.plist文件中:
anchor apple generic and identifier "de.abelssoft.WashAndGoFileHelper" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or 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] = "84F375TH8K")
有什么提示可能是什么问题?还需要其他信息吗?