Hello everyone.
I have found for using defaults write commands inside my xcode app, it seems I need a "com.apple.security.temporary-exception.shared-preference.read-write" entitlement.
Am I supposed to add this somewhere in a submenu in the capabilities selection screen, with App Sandbox, Hardened runtime, etc?
Or do I need to edit a plist manually?
What is the correct way?
How does one becomes aware of all possible entitlements and what is the one you need dependingon what you want to do?
Thanks for your clues