Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Rename "system_alert_volume.c" to "SSVLSystemAlertVolume.c" | Teddy Wing | |
Align with the new identifier naming. | |||
2022-10-25 | Rename identifiers to align with Apple's guidelines for function naming | Teddy Wing | |
Following these guidelines for naming functions: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingFunctions.html#//apple_ref/doc/uid/20001283-BAJGGCAD and constants: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingIvarsAndTypes.html#//apple_ref/doc/uid/20001284-1001783 Chose the prefix "SSVL" as that's the `AudioServicesPropertyID` value. | |||
2022-10-25 | Get and set system alert volume | Teddy Wing | |
Extract my research code from Mass-menu. |