Skip to content

Commit

Permalink
Merge pull request #673 from flammable/acorn-bartender-signatures
Browse files Browse the repository at this point in the history
Update Acorn and Bartender signatures
  • Loading branch information
homebysix authored Dec 24, 2024
2 parents 6a65e7d + 5af4dc3 commit 0ff9331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bartender/Bartender.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Specify which major version you want in the MAJOR_VERSION input variable. Suppor
<key>input_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/Bartender %MAJOR_VERSION%.app</string>
<key>requirement</key>
<string>anchor apple generic and identifier "com.surteesstudios.Bartender" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or 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] = "8DD663WDX4")</string>
<string>anchor apple generic and identifier "com.surteesstudios.Bartender" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or 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] = "24J875RH8J")</string>
</dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
Expand Down
2 changes: 1 addition & 1 deletion FlyingMeat/Acorn.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<key>input_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/Applications/Acorn.app</string>
<key>requirement</key>
<string>identifier "com.flyingmeat.Acorn7" 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] = WZCN9HJ4VP</string>
<string>identifier "com.flyingmeat.Acorn8" 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] = WZCN9HJ4VP</string>
</dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
Expand Down

0 comments on commit 0ff9331

Please sign in to comment.