autopkg / moofit-recipes

10 stars 27 forks source link

Removing Canva Recipes #153

Closed JDUBZzz closed 3 months ago

JDUBZzz commented 3 months ago

File is hidden behind API or script on main website so cannot find the path to the installer

homebysix commented 3 months ago

I would recommend adding a DeprecationWarning to the download recipe for at least 30 days so people running the recipe can become informed of the change. Something like:

<dict>
    <key>Processor</key>
    <string>DeprecationWarning</string>
    <key>Arguments</key>
    <dict>
        <key>warning_message</key>
        <string>Canva downloads are no longer publicly downloadable. This recipe will be deleted in the future.</string>
    </dict>
</dict>