<!--
{
  "documentType" : "article",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/1537096-architecture-types",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Architecture Types"
}
-->

# Architecture Types

Constants that identify executable architecture types.

## Topics

### Constants

[`var kCFBundleExecutableArchitectureI386: Int`](/documentation/CoreFoundation/kCFBundleExecutableArchitectureI386)

Specifies the 32-bit Intel architecture.

[`var kCFBundleExecutableArchitecturePPC: Int`](/documentation/CoreFoundation/kCFBundleExecutableArchitecturePPC)

Specifies the 32-bit PowerPC architecture.

[`var kCFBundleExecutableArchitectureARM64: Int`](/documentation/CoreFoundation/kCFBundleExecutableArchitectureARM64)

[`var kCFBundleExecutableArchitectureX86_64: Int`](/documentation/CoreFoundation/kCFBundleExecutableArchitectureX86_64)

Specifies the 64-bit Intel architecture.

[`var kCFBundleExecutableArchitecturePPC64: Int`](/documentation/CoreFoundation/kCFBundleExecutableArchitecturePPC64)

Specifies the 64-bit PowerPC architecture.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)