Skip to content

Commit 7c9793a

Browse files
homebysixn8felton
authored andcommitted
Add CodeSignatureVerifier
1 parent ca7f252 commit 7c9793a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

jGrasp/jGrasp.download.recipe

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,21 @@
5252
<key>Processor</key>
5353
<string>EndOfCheckPhase</string>
5454
</dict>
55+
<dict>
56+
<key>Processor</key>
57+
<string>CodeSignatureVerifier</string>
58+
<key>Arguments</key>
59+
<dict>
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+
</dict>
5570
</array>
5671
</dict>
5772
</plist>

0 commit comments

Comments
 (0)