Skip to content

Conversation

@SoraKenji
Copy link

Hello!

I'm currently using systeminformation to get information in Ubuntu, MacOS and Windows devices and I'm loving it. Nonetheless I need to get more information about BIOS in MacOS devices, specifically security chip in older MacOS devices. I was thinking of just calling it from my code, but I think it's better if we extend systeminformation to get it.

I opted for using:

system_profiler SPiBridgeDataType -json

after the execution of the code to get SPHardwareDataType in Darwin and following the type of coding I saw in the original file. That adds to the result object if everthing went well and then it should resolve itself or call the callback function (if callback is a function really haha).

Let me know if everything seems to be fine and if this helps you in any way. I would be glad if you can add this to the next release :)!

adds spibirdgedatatype information to bios in order to be able to know security chip information from older MacOS devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant