Monday, 12 August 2013

What does Entitlements.entitlements do?

What does Entitlements.entitlements do?

In one of projects , there is a file called Entitlements.entitlements,
what does this file do?
The content inside is like
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>get-task-allow</key>
<false/>
</dict>
</plist>

No comments:

Post a Comment