I have some query regarding Entitlements.plist. According to the Apple documentation
We can use iOS capabilities using Entitlements.plist. There is only one public entitlement key available named 'Can be Debugged'/get-task-allow that adds debugging capability.
I have not added Entitlements.plist to my project of my app and I am able to debug my app running on the device.
Could someone help in understanding
a) What is Entitlements.plist and
b) Why is it required?