Bring in changes from release branches.

This commit is contained in:
Brent Simmons
2025-01-03 21:30:22 -08:00
parent 0d70b9f4ad
commit 90088735b1
83 changed files with 1401 additions and 1109 deletions

View File

@@ -1,7 +1,7 @@
-- this script just tests that no error was generated from the script
try
tell application "NetNewsWire"
opml representation of webfeed 1 of account 1
opml representation of feed 1 of account 1
end tell
on error message
return {test_result:false, script_result:message}