Skip to content

Commit

Permalink
Merge pull request autopkg#123 from blinvisible/master
Browse files Browse the repository at this point in the history
Updated Mellel.download.recipe
  • Loading branch information
homebysix authored Sep 20, 2017
2 parents 208a4c2 + 0f93c9b commit bfe2391
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Mellel/Mellel.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<dict>
<key>NAME</key>
<string>Mellel</string>
<key>APPNAME</key>
<string>Mellel 4.app</string>
</dict>
<key>MinimumVersion</key>
<string>0.6.1</string>
Expand Down Expand Up @@ -47,9 +49,9 @@
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%pathname%/Mellel.app</string>
<string>%pathname%/%APPNAME%</string>
<key>requirement</key>
<string>anchor apple generic and identifier "com.redlex.mellel" 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] = DS2QH574BD)</string>
<string>anchor apple generic and identifier "com.redlex.mellel4" 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] = DS2QH574BD)</string>
</dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
Expand All @@ -58,7 +60,7 @@
<key>Arguments</key>
<dict>
<key>input_plist_path</key>
<string>%pathname%/Mellel.app/Contents/Info.plist</string>
<string>%pathname%/%APPNAME%/Contents/Info.plist</string>
<key>plist_version_key</key>
<string>CFBundleShortVersionString</string>
</dict>
Expand Down

0 comments on commit bfe2391

Please sign in to comment.