---
title: executableArchitecture
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrunningapplication/executablearchitecture
---

# executableArchitecture

Indicates the executing processor architecture for the application.

## Declaration

```swift
var executableArchitecture: Int { get }
```

## Discussion

Discussion The returned value will be one of the constants in Mach-O Architecture in Bundle.

## See Also

### Application information

- [localizedName](appkit/nsrunningapplication/localizedname.md)
- [icon](appkit/nsrunningapplication/icon.md)
- [bundleIdentifier](appkit/nsrunningapplication/bundleidentifier.md)
- [bundleURL](appkit/nsrunningapplication/bundleurl.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)
