UTTypeCopyDeclaringBundleURL(_:)
Returns the location of a bundle containing the declaration for a type.
Declaration
func UTTypeCopyDeclaringBundleURL(_ inUTI: CFString) -> Unmanaged<CFURL>?Parameters
- inUTI:
A uniform type identifier.
Return Value
A URL that points to the bundle that holds the uniform type identifier’s declaration, or NULL if a bundle that holds the declaration cannot be located.