Skip to content

Commit

Permalink
Deprecate NaturalReader 16 Recipes
Browse files Browse the repository at this point in the history
These recipes have been deprecated. The vendor has moved to a Web App.

https://www.naturalreaders.com/webapp.html

Related Issue: #348
  • Loading branch information
paul-cossey committed Sep 27, 2024
1 parent 8cb3d33 commit fd59fd0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 16 deletions.
52 changes: 37 additions & 15 deletions NaturalReader 16/NaturalReader 16.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>This recipe has been deprecated. The vendor has moved to a Web App.

https://www.naturalreaders.com/webapp.html

Related Issue: https://github.com/autopkg/dataJAR-recipes/issues/348</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>predicate</key>
<string>TRUEPREDICATE</string>
</dict>
<key>Processor</key>
<string>StopProcessingIf</string>
</dict>
<dict>
<key>Processor</key>
<string>URLTextSearcher</string>
Expand All @@ -36,21 +58,21 @@
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%pathname%</string>
<key>expected_authority_names</key>
<array>
<string>Developer ID Installer: NaturalSoft (ZNEVFT9THT)</string>
<string>Developer ID Certification Authority</string>
<string>Apple Root CA</string>
</array>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%pathname%</string>
<key>expected_authority_names</key>
<array>
<string>Developer ID Installer: NaturalSoft (ZNEVFT9THT)</string>
<string>Developer ID Certification Authority</string>
<string>Apple Root CA</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
24 changes: 23 additions & 1 deletion NaturalReader 16/NaturalReader 16.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@ Set the DERIVE_MIN_OS variable to a non-empty string to set the minimum_os_versi
<string>com.github.dataJAR-recipes.download.NaturalReader 16</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>This recipe has been deprecated. The vendor has moved to a Web App.

https://www.naturalreaders.com/webapp.html

Related Issue: https://github.com/autopkg/dataJAR-recipes/issues/348</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>predicate</key>
<string>TRUEPREDICATE</string>
</dict>
<key>Processor</key>
<string>StopProcessingIf</string>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgUnpacker</string>
Expand Down Expand Up @@ -102,4 +124,4 @@ Set the DERIVE_MIN_OS variable to a non-empty string to set the minimum_os_versi
</dict>
</array>
</dict>
</plist>
</plist>

0 comments on commit fd59fd0

Please sign in to comment.