Host introspection: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Objective-C}}: Remove nonexistent template)
Line 486:
 
Architecture:
{{(works on| Mac OS X| 10.6+}})
<lang objc>switch ([NSRunningApplication currentApplication].executableArchitecture) {
case NSBundleExecutableArchitectureI386: