Skip to content

Commit

Permalink
Uploading updated AutoPkgr recipes.
Browse files Browse the repository at this point in the history
Uploading updated AutoPkgr recipes. Download recipe has been updated to
include code signature verification. Minimum AutoPkg version in all
recipes has been updated to be 0.6.1.
  • Loading branch information
rtrouton committed Nov 18, 2016
1 parent a67627f commit 944107c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion AutoPkgr/AutoPkgr.download.recipe
Expand Up @@ -14,7 +14,7 @@
<string>https://raw.githubusercontent.com/lindegroup/autopkgr/appcast/appcast.xml</string>
</dict>
<key>MinimumVersion</key>
<string>0.2.0</string>
<string>0.6.1</string>
<key>Process</key>
<array>
<dict>
Expand All @@ -39,6 +39,17 @@
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%pathname%/AutoPkgr.app</string>
<key>requirement</key>
<string>anchor apple generic and identifier "com.lindegroup.AutoPkgr" 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] = JVY2ZR6SEF)</string>
</dict>
</dict>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion AutoPkgr/AutoPkgr.install.recipe
Expand Up @@ -12,7 +12,7 @@
<string>AutoPkgr</string>
</dict>
<key>MinimumVersion</key>
<string>0.4.0</string>
<string>0.6.1</string>
<key>ParentRecipe</key>
<string>com.github.rtrouton.pkg.AutoPkgr</string>
<key>Process</key>
Expand Down
2 changes: 1 addition & 1 deletion AutoPkgr/AutoPkgr.pkg.recipe
Expand Up @@ -12,7 +12,7 @@
<string>AutoPkgr</string>
</dict>
<key>MinimumVersion</key>
<string>0.2.0</string>
<string>0.6.1</string>
<key>ParentRecipe</key>
<string>com.github.rtrouton.download.AutoPkgr</string>
<key>Process</key>
Expand Down

0 comments on commit 944107c

Please sign in to comment.