insidegui / WWDC

The unofficial WWDC app for macOS
https://wwdc.io
BSD 2-Clause "Simplified" License
8.6k stars 777 forks source link

Allows other apps to access WWDC content, fixes some bugs #654

Closed insidegui closed 3 years ago

insidegui commented 3 years ago

This PR adds support for other apps to access a user's content in the WWDC app (controlled by a preference). This is being introduced for Raycast, therefore the XPC interface currently only allows connections from processes signed with their team ID (or mine), but it could be expanded to more apps in the future if there's demand.

This also addresses an issue where removing favorites wouldn't work, which boiled down to favorites being deleted directly instead of being soft-deleted by setting the isDeleted property.