---
title: appleArchive
framework: uniformtypeidentifiers
role: symbol
role_heading: Type Property
path: uniformtypeidentifiers/uttype-swift.struct/applearchive
---

# appleArchive

A type that represents an Apple archive of files and directories.

## Declaration

```swift
static var appleArchive: UTType { get }
```

## Discussion

Discussion The identifier for this type is com.apple.archive. This type conforms to data and archive.

## See Also

### Compressed archives

- [archive](uniformtypeidentifiers/uttype-swift.struct/archive.md)
- [zip](uniformtypeidentifiers/uttype-swift.struct/zip.md)
- [gzip](uniformtypeidentifiers/uttype-swift.struct/gzip.md)
- [bz2](uniformtypeidentifiers/uttype-swift.struct/bz2.md)
