---
title: "bundle(forSuite:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsscriptsuiteregistry/bundle(forsuite:)"
---

# bundle(forSuite:)

Returns the bundle containing the suite-definition property list (extension .scriptSuite) identified by suiteName.

## Declaration

```swift
func bundle(forSuite suiteName: String) -> Bundle?
```

## See Also

### Getting Other Suite Information

- [aeteResource(_:)](foundation/nsscriptsuiteregistry/aeteresource(_:).md)
- [appleEventCode(forSuite:)](foundation/nsscriptsuiteregistry/appleeventcode(forsuite:).md)
