Skip to content

Commit 0620b52

Browse files
authored
Added CodeSignatureVerifier to downloaded .app bundle
1 parent a372d81 commit 0620b52

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Prezi/Prezi.download.recipe

+15-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,21 @@
2626
<string>%NAME%.dmg</string>
2727
</dict>
2828
</dict>
29-
<dict>
30-
<key>Processor</key>
31-
<string>EndOfCheckPhase</string>
32-
</dict>
29+
<dict>
30+
<key>Processor</key>
31+
<string>CodeSignatureVerifier</string>
32+
<key>Arguments</key>
33+
<dict>
34+
<key>input_path</key>
35+
<string>%RECIPE_CACHE_DIR%/downloads/%NAME%.dmg/Prezi Classic.app</string>
36+
<key>requirement</key>
37+
<string>identifier "com.prezi.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] = G3FPFFW4NC</string>
38+
</dict>
39+
</dict>
40+
<dict>
41+
<key>Processor</key>
42+
<string>EndOfCheckPhase</string>
43+
</dict>
3344
</array>
3445
</dict>
3546
</plist>

0 commit comments

Comments
 (0)