---
title: "UTTypeCopyDeclaringBundleURL(_:)"
framework: coreservices
role: symbol
role_heading: Function
path: coreservices/1447781-uttypecopydeclaringbundleurl
---

# UTTypeCopyDeclaringBundleURL(_:)

Returns the location of a bundle containing the declaration for a type.

## Declaration

```swift
func UTTypeCopyDeclaringBundleURL(_ inUTI: CFString) -> Unmanaged<CFURL>?
```

## Parameters

- `inUTI`: A uniform type identifier.

## Return Value

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.
