Host introspection: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Objective-C}}: Remove nonexistent template)
Line 486: Line 486:


Architecture:
Architecture:
{{works on|Mac OS X|10.6+}}
(works on Mac OS X 10.6+)
<lang objc>switch ([NSRunningApplication currentApplication].executableArchitecture) {
<lang objc>switch ([NSRunningApplication currentApplication].executableArchitecture) {
case NSBundleExecutableArchitectureI386:
case NSBundleExecutableArchitectureI386: