Is there a way to use libMobileGestalt.tbd in an Apple-approved manner?

Are there official header files for libMobileGestalt.tbd (MobileGestalt framework) or some Apple-approved way to access it? If not, are there any substitutes for its functionality?

Answered by DTS Engineer in 849641022
Are there official header files for libMobileGestalt.tbd … ?

No. Mobile Gestalt is an implementation detail, not an API.

are there any substitutes for its functionality?

What are you trying to do?

Mobile Gestalt does a lot of different things, so I need more details before I can give you a definitive answer.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Are there official header files for libMobileGestalt.tbd … ?

No. Mobile Gestalt is an implementation detail, not an API.

are there any substitutes for its functionality?

What are you trying to do?

Mobile Gestalt does a lot of different things, so I need more details before I can give you a definitive answer.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I'm trying to get a list of detailed hardware and software information, similar to what /System/Applications/Utilities/System Information.app does.

Is there a way to use libMobileGestalt.tbd in an Apple-approved manner?
 
 
Q