---
title: projectExtensionData
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phprojectchangerequest/projectextensiondata
---

# projectExtensionData

Compressed project-specific data to use in the change request.

## Declaration

```swift
var projectExtensionData: Data { get set }
```

## Discussion

Discussion The total size of stored data is limited to 5 MB; attempting to store more data will result in an error. Don’t include rasterized images that can be locally cached. Limit stored data to compressed project-specific data.

## See Also

### Creating Change Requests

- [init(project:)](photos/phprojectchangerequest/init(project:).md)
- [title](photos/phprojectchangerequest/title.md)
