---
title: "LocalizedStringResource.BundleDescription.atURL(_:)"
framework: foundation
role: symbol
role_heading: Case
path: "foundation/localizedstringresource/bundledescription/aturl(_:)"
---

# LocalizedStringResource.BundleDescription.atURL(_:)

A bundle located at a specific file URL.

## Declaration

```swift
case atURL(URL)
```

## Parameters

- `atURL`: The file URL that contains the bundle.

## See Also

### Bundle descriptions

- [LocalizedStringResource.BundleDescription.main](foundation/localizedstringresource/bundledescription/main.md)
- [LocalizedStringResource.BundleDescription.forClass(_:)](foundation/localizedstringresource/bundledescription/forclass(_:).md)
