---
title: resources
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packagedescription/target/resources
---

# resources

The explicit list of resource files in the target.

## Declaration

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

## See Also

### Configuring File Locations

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