---
title: bundleURL
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrunningapplication/bundleurl
---

# bundleURL

Indicates the URL to the application’s bundle.

## Declaration

```swift
var bundleURL: URL? { get }
```

## Discussion

Discussion The value of this property is nil of the application does not have a bundle structure.

## See Also

### Application information

- [localizedName](appkit/nsrunningapplication/localizedname.md)
- [icon](appkit/nsrunningapplication/icon.md)
- [bundleIdentifier](appkit/nsrunningapplication/bundleidentifier.md)
- [executableArchitecture](appkit/nsrunningapplication/executablearchitecture.md)
- [executableURL](appkit/nsrunningapplication/executableurl.md)
- [launchDate](appkit/nsrunningapplication/launchdate.md)
- [isFinishedLaunching](appkit/nsrunningapplication/isfinishedlaunching.md)
- [processIdentifier](appkit/nsrunningapplication/processidentifier.md)
- [ownsMenuBar](appkit/nsrunningapplication/ownsmenubar.md)
