APFS Case Sensitive
By default, the filesystem on macOS is case-insensitive. That means file.txt and FILE.txt are the same to it. In some — admittedly rare — situations, developing or supporting certain projects requires case sensitivity. Reformatting
the disk and reinstalling the OS is a long, thankless undertaking. Here’s how I solved this problem.