Function find_system_xcode_applications

Source
pub fn find_system_xcode_applications() -> Result<Vec<PathBuf>, Error>
Expand description

Find all system installed Xcode applications.

This is a convenience method for find_xcode_apps() looking under /Applications. This location is typically where Xcode is installed.