Is there any way to get the device info that user is using?
I just want to know the device is MacBookPro or iMac.
[[NSHost currentHost] localizedName] is used to get info from web.
Is there any way to get the device info that user is using? I
Share
You can use
Take a look at documentation.