Re: Hardware UUID

2009-11-09 Thread Chris Parker
, Brent Smith wrote: Is there a simple way to obtain and hardware uuid of the mac? Read this first: http://developer.apple.com/mac/library/technotes/tn/tn1103.html ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Hardware UUID

2009-11-08 Thread Brent Smith
Is there a simple way to obtain and hardware uuid of the mac? The only method I have found is it run an NSTask of system_profiler, generate XML, and then read in the dictionary. I am hoping theres some framework Im just missing, and a much easier way to do this. TIA

Re: Hardware UUID

2009-11-08 Thread Jerry Krinock
On 2009 Nov 08, at 11:05, Brent Smith wrote: Is there a simple way to obtain and hardware uuid of the mac? Read this first: http://developer.apple.com/mac/library/technotes/tn/tn1103.html ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: Hardware UUID

2009-11-08 Thread Brent Smith
Thanks Jerry, This is exactly what I needed. On Nov 8, 2009, at 12:14 PM, Jerry Krinock wrote: On 2009 Nov 08, at 11:05, Brent Smith wrote: Is there a simple way to obtain and hardware uuid of the mac? Read this first: http://developer.apple.com/mac/library/technotes/tn/tn1103.html

Re: Hardware UUID

2009-11-08 Thread Grigutis, John A
:53 PM, Brent Smith wrote: Thanks Jerry, This is exactly what I needed. On Nov 8, 2009, at 12:14 PM, Jerry Krinock wrote: On 2009 Nov 08, at 11:05, Brent Smith wrote: Is there a simple way to obtain and hardware uuid of the mac? Read this first: http://developer.apple.com/mac/library

Re: Hardware UUID in New Mac Book Pro

2009-10-11 Thread Grigutis, John A
On Oct 8, 2009, at 10:18 AM, Rajendran P wrote: Hi, How to fetch the Hardware UUID from New Mac Book Pro. Earlier Mac Book's system Profiler was showing Hardware UUID but in new machines, It might be hidden or stored in any other form/name. Is there any command or (c/cpp) api to get

Hardware UUID in New Mac Book Pro

2009-10-08 Thread Rajendran P
Hi, How to fetch the Hardware UUID from New Mac Book Pro. Earlier Mac Book's system Profiler was showing Hardware UUID but in new machines, It might be hidden or stored in any other form/name. Is there any command or (c/cpp) api to get that ID? P.Rajendran or Raju (for further

Re: Hardware UUID in New Mac Book Pro

2009-10-08 Thread Rob Keniger
On 09/10/2009, at 12:18 AM, Rajendran P wrote: How to fetch the Hardware UUID from New Mac Book Pro. Earlier Mac Book's system Profiler was showing Hardware UUID but in new machines, It might be hidden or stored in any other form/name. Is there any command or (c/cpp) api to get that ID