---
title: resources
framework: packagedescription
role: symbol
role_heading: Instance Property
path: packagedescription/target/resources
---

# resources

The explicit list of resource files in the target.

## Declaration

```swift
final var resources: [Resource]?
```

## See Also

### Configuring File Locations

- [path](packagedescription/target/path.md)
- [exclude](packagedescription/target/exclude.md)
- [sources](packagedescription/target/sources.md)
- [Resource](packagedescription/resource.md)
- [publicHeadersPath](packagedescription/target/publicheaderspath.md)
