Skip to content

Commit 9ec470a

Browse files
Add CodeSignatureVerification of .app. Bump MinimumVersion to 0.3.1 to support CodeSignatureVerification.
1 parent 7550819 commit 9ec470a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Discord/Discord.download.recipe

+12-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<string>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.7</string>
1717
</dict>
1818
<key>MinimumVersion</key>
19-
<string>0.3.0</string>
19+
<string>0.3.1</string>
2020
<key>Process</key>
2121
<array>
2222
<dict>
@@ -39,6 +39,17 @@
3939
<key>Processor</key>
4040
<string>EndOfCheckPhase</string>
4141
</dict>
42+
<dict>
43+
<key>Processor</key>
44+
<string>CodeSignatureVerifier</string>
45+
<key>Arguments</key>
46+
<dict>
47+
<key>input_path</key>
48+
<string>%pathname%/%NAME%.app</string>
49+
<key>requirement</key>
50+
<string>identifier "com.hnc.Discord" 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] = "53Q6R32WPB"</string>
51+
</dict>
52+
</dict>
4253
</array>
4354
</dict>
4455
</plist>

0 commit comments

Comments
 (0)