Hello
I need to edit a plist file from MS Excel on MacOS. This plist is inside the group container.
I did wrote code to read the file but can't get any access to that file.
What do I need to do in XCode 11 to get this working?
Any tuts or samples available?
I did found out I did have to create a
'com.apple.security.temporary-exception.files.home-relative-path.read-write'
key with the relative path in the projects entitlement file inside the project and now it works so far.