package
2.7.0+incompatible
Repository: https://github.com/bugsnag/bugsnag-cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
FindXcodeProjOrWorkspace finds the .xcodeproj or .xcworkspace file in a given directory and returns the path to it If neither is found, an empty string is returned If both are found, the .xcworkspace file is returned.
GetDefaultProjectRoot works out a value for using as project root if one isn't provided.
GetDefaultScheme checks if a scheme is in a given path or checks current directory if path is empty.
GetPlistData returns the relevant content of a plist file as a PlistData struct.
GetXcodeBuildSettings returns a struct of the relevant build settings for a given path and scheme.
No description provided by the author
IsSchemeInPath checks if a scheme is in a given path or checks current directory if path is empty.

# Structs

DwarfInfo stores the UUID, architecture and name of a dwarf file.
PlistData contains the relevant content of a plist file for uploading to bugsnag.
XcodeBuildSettings contains the relevant build settings required for uploading to bugsnag.