aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-28README: Fix image displayHEADv0.1.0masterTeddy Wing
2022-10-27README: Add project description and usage informationTeddy Wing
2022-10-27Ideas for READMETeddy Wing
2022-10-27Add documentation for SSVLAudioServicesPropertySystemAlertVolumeTeddy Wing
2022-10-27SSVLSystemAlertVolume.h: Add C++ extern CTeddy Wing
2022-10-27Add a version number (v0.1.0)Teddy Wing
2022-10-27Add copyright noticesTeddy Wing
2022-10-27Remove TODOTeddy Wing
2022-10-27Add license (MPL 2.0)Teddy Wing
2022-10-27SSVLSystemAlertVolume.h: Add function documentationTeddy Wing
2022-10-27example/main.c: Add a help argument and outputTeddy Wing
2022-10-27example/main.c: Get and set volume separately from cmdline argsTeddy Wing
2022-10-27Build the exampleTeddy Wing
2022-10-27Add a note to add documentationTeddy Wing
2022-10-27SSVLGetSystemVolume: Don't return 0.5 on non-zero OSStatusTeddy Wing
2022-10-25Update `kAudioServicesPropertySystemAlertVolume` usageTeddy Wing
2022-10-25Include CoreFoundationTeddy Wing
2022-10-25Move the `main()` function to a new example fileTeddy Wing
2022-10-25Add a header fileTeddy Wing
2022-10-25Rename "system_alert_volume.c" to "SSVLSystemAlertVolume.c"Teddy Wing
2022-10-25Rename identifiers to align with Apple's guidelines for function namingTeddy Wing
2022-10-25Get and set system alert volumeTeddy Wing
2022-10-25Add TODOTeddy Wing