I have an iOS app and I couldn't find entitlements.plist or somethig inside the app but I can find info.plist and the contents of entitlements are not there too.
when I run the below command in terminal I am getting the entitlements.
codesign -d --entitlements - test.app
so Where is it stored ?
Its definitely not stored in info.plist I checked it out.
Help me understand where is it ?