NSBundleExecutableArchitecture Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The bundle's architecture.
public enum NSBundleExecutableArchitecture
type NSBundleExecutableArchitecture =
- Inheritance
-
NSBundleExecutableArchitecture
Fields
Name | Value | Description |
---|---|---|
I386 | 7 | x86 |
PPC | 18 | PPC |
X86_64 | 16777223 | x86-64 |
PPC64 | 16777234 | PPC64 |