openwall-com-au / BootUnlock

A helper script that unlocks macOS'es encrypted APFS volumes before login
GNU General Public License v3.0
49 stars 7 forks source link

Add a check for the presence of `xcrun` #11

Closed galaxy4public closed 1 year ago

galaxy4public commented 4 years ago

Several users stumbled upon the requirement of xcrun during the installation of the package. This problem can be resolved by running xcode-select --install in the Terminal app, but BootUnlock should handle this automatically for the convenience sake, I think.

galaxy4public commented 4 years ago

Corresponding reports are in #8 and #10.

galaxy4public commented 1 year ago

Added the preinstall script that calls xcode-select -p || xcode-select --install in #16 .