pilotmoon / PopClip-Extensions

Source code for extensions in the official PopClip Extensions directory.

Home Page:https://www.popclip.app/extensions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLEncode extension: Required Apps key in Config.plist (should be Required Software Version)

RalphBln opened this issue · comments

Config.plist of the URLEncode extension contains the following two lines:

<key>Required Apps</key>
<integer>701</integer>

As a result the extension can no longer be installed.

Should be:

<key>Required Software Version</key>
<integer>701</integer>

Many thanks. Working on an update (and rewrite in Javascript for Monterey) now.