---
title: UTTypeFramework
framework: uniformtypeidentifiers
role: symbol
role_heading: Global Variable
path: uniformtypeidentifiers/uttypeframework
---

# UTTypeFramework

A type that represents an Apple framework bundle.

## Declaration

```occ
extern UTType * const UTTypeFramework;
```

## Discussion

Discussion The identifier for this type is com.apple.framework. This type conforms to UTTypeBundle.

## See Also

### Apple system types

- [UTTypeApplicationBundle](uniformtypeidentifiers/uttypeapplicationbundle.md)
- [UTTypeApplicationExtension](uniformtypeidentifiers/uttypeapplicationextension.md)
- [UTTypeSpotlightImporter](uniformtypeidentifiers/uttypespotlightimporter.md)
- [UTTypeQuickLookGenerator](uniformtypeidentifiers/uttypequicklookgenerator.md)
- [UTTypeXPCService](uniformtypeidentifiers/uttypexpcservice.md)
- [UTTypeSystemPreferencesPane](uniformtypeidentifiers/uttypesystempreferencespane.md)
