I have a virtual camera (DAL plugin) and I need to read and write an ini file (the ini file may be updated by another application).
If I save an ini file manually at /Library/CoreMediaIO/Plug-Ins/DAL/ I can read it.
But when I try to write to a file I get an error because the writing is done from the process of the application that is using the virtual webcam which cannot write to /Library/CoreMediaIO/Plug-Ins/DAL/
Making a setting app to write a new ini file is not helpful because the plugin cannot read from other places (unless I am missing something).
Is there any thing I am missing? Is there any macOS storage method other than files to write and read from?