We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7f252 commit 7c9793aCopy full SHA for 7c9793a
jGrasp/jGrasp.download.recipe
@@ -52,6 +52,21 @@
52
<key>Processor</key>
53
<string>EndOfCheckPhase</string>
54
</dict>
55
+ <dict>
56
+ <key>Processor</key>
57
+ <string>CodeSignatureVerifier</string>
58
+ <key>Arguments</key>
59
60
+ <key>input_path</key>
61
+ <string>%pathname%</string>
62
+ <key>expected_authority_names</key>
63
+ <array>
64
+ <string>Developer ID Installer: Auburn University (73GM27XVPE)</string>
65
+ <string>Developer ID Certification Authority</string>
66
+ <string>Apple Root CA</string>
67
+ </array>
68
+ </dict>
69
70
</array>
71
72
</plist>
0 commit comments