How can i get the computer's name in objective-c on a mac. I'm talking about the same name as the one you can find in System Profiler under software.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The name I was looking for is:
It returns "Jonathan's MacBook" rather than "Jonathans-Macbook", or "jonathans-macbook.local" which just |
|||||
|
|
NSHost is what you want here:
|
|||||||
|
|
Here's one that doesn't block:
|
|||
|
|
|
Using the SystemConfiguration.framework, which you must add to your project:
|
|||||
|