This document discusses SIMBL, a technology for customizing Cocoa applications on Mac OS X. It provides 18 links to articles about SIMBL and how it can be used to add custom menu items, override methods, and otherwise modify Cocoa applications' behavior through the use of plugins. The document also includes example code for using SIMBL to add a "Show in Browser" menu item to a document-based application and override an application method while still calling the original.
This document discusses Sparkle, an open-source software update framework for macOS. It provides an overview of appcasting via RSS feeds, how to set up Sparkle in an app to check for and download updates, and best practices for building appcast feeds including recommended metadata fields. Key points covered include how to specify the appcast URL, update check frequency, and whether to show release notes. The document also describes how Sparkle parses version strings and compares versions to determine update availability.
This document discusses Sparkle, an open-source software update framework for macOS. It provides an overview of appcasting via RSS feeds, how to set up Sparkle in an app to check for and download updates, and best practices for building appcast feeds including recommended metadata fields. Key points covered include how to specify the appcast URL, update check frequency, and whether to show release notes. The document also describes how Sparkle parses version strings and compares versions to determine update availability.