Hi!
I am just starting with MacOS development, and I was looking online for ways to interact with any storage devices being mounted on the system (both detecting and reading from them). All the code references I've found to do something like that, make use of the IOKit Registry and interfaces; and also are from many years ago.
I was wondering if that keeps being the only way to achieve this or there is even a higher-level abstraction to interact with those devices in Swift?
Any help or references would be appreciated, Thanks!
I am just starting with MacOS development, and I was looking online for ways to interact with any storage devices being mounted on the system (both detecting and reading from them). All the code references I've found to do something like that, make use of the IOKit Registry and interfaces; and also are from many years ago.
I was wondering if that keeps being the only way to achieve this or there is even a higher-level abstraction to interact with those devices in Swift?
Any help or references would be appreciated, Thanks!