Skip to content

Commit 8f9a566

Browse files
Update to pkg CodeSignatureVerifier Style
1 parent 3b3cb3a commit 8f9a566

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: Box/Box.download.recipe

+7-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@
3232
<key>Arguments</key>
3333
<dict>
3434
<key>input_path</key>
35-
<string>%pathname%/Box.app</string>
36-
<key>requirement</key>
37-
<string>identifier "com.box.desktop" 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] = M683GB7CPW</string>
35+
<string>%pathname%/%NAME%.pkg</string>
36+
<key>expected_authority_names</key>
37+
<array>
38+
<string>Developer ID Installer: Box, Inc. (M683GB7CPW)</string>
39+
<string>Developer ID Certification Authority</string>
40+
<string>Apple Root CA</string>
41+
</array>
3842
</dict>
3943
</dict>
4044
<dict>

0 commit comments

Comments
 (0)