Function tugger_apple::find_xcode_apps[][src]

pub fn find_xcode_apps(applications_dir: &Path) -> Result<Vec<PathBuf>>

Attempt to resolve all available Xcode applications in an Applications directory.

This function is a convenience method for iterating a directory and filtering for Xcode*.app entries.

No guarantee is made about the return order or whether the directory constitutes a working Xcode application.