Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | pkg/dome-key.in.rb: Set dependency on Mac OS X 10.7 | Teddy Wing | |
While the Objective-C/Cocoa code is designed to work on at least 10.6, the Rust code requires >=10.7, as something in Rust, maybe the standard library, requires at least that version of Mac OS. | |||
2018-10-30 | Add a skeleton Homebrew formula | Teddy Wing | |
The start of a Homebrew formula for the program. Needs a bunch of fields filled out. For now, we're mostly getting it to work as an input template for an accompanying generator script. The script will fill in some values automatically, including the plist file, so that the launchd plist can be activated using Homebrew's services. | |||
2018-10-30 | Add launchd plist | Teddy Wing | |