autopkg / foigus-recipes

21 stars 31 forks source link

"Maxon App Installer code signature verification failed" #130

Closed miawri closed 11 months ago

miawri commented 11 months ago

The Maxon App installer Bundle ID has now changed to "net.maxon.maxonapp.installer" from "com.redgiant.Red-Giant-Service-Installer" so the MaxonApp.download.recipe needs updating.

`

Arguments
<dict>
    <key>input_path</key>
    <string>%pathname%/Maxon App Installer.app</string>
    <key>requirement</key>
    <string>identifier "net.maxon.maxonapp.installer" 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] = "4ZY22YGXQG"</string>
</dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>

`

foigus commented 11 months ago

Done.