---
title: "CFBundleCopyBuiltInPlugInsURL(_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfbundlecopybuiltinpluginsurl(_:)"
---

# CFBundleCopyBuiltInPlugInsURL(_:)

Returns the location of a bundle’s built in plug-in.

## Declaration

```swift
func CFBundleCopyBuiltInPlugInsURL(_ bundle: CFBundle!) -> CFURL!
```

## Parameters

- `bundle`: The bundle to examine.

## Return Value

Return Value A CFURL object describing the location of bundle’s built in plug-ins, or NULL if it could not be found. Ownership follows the The Create Rule.

## See Also

### Finding Locations in a Bundle

- [CFBundleCopyAuxiliaryExecutableURL(_:_:)](corefoundation/cfbundlecopyauxiliaryexecutableurl(_:_:).md)
- [CFBundleCopyExecutableURL(_:)](corefoundation/cfbundlecopyexecutableurl(_:).md)
- [CFBundleCopyPrivateFrameworksURL(_:)](corefoundation/cfbundlecopyprivateframeworksurl(_:).md)
- [CFBundleCopyResourcesDirectoryURL(_:)](corefoundation/cfbundlecopyresourcesdirectoryurl(_:).md)
- [CFBundleCopySharedFrameworksURL(_:)](corefoundation/cfbundlecopysharedframeworksurl(_:).md)
- [CFBundleCopySharedSupportURL(_:)](corefoundation/cfbundlecopysharedsupporturl(_:).md)
- [CFBundleCopySupportFilesDirectoryURL(_:)](corefoundation/cfbundlecopysupportfilesdirectoryurl(_:).md)
