Ein Teil der Entitlements wird in der
IDE eingegeben, einen Teil muss man manuell in Entitlement.TemplateOSX.xml eintragen, so z.B. die Bluetooth-Berechtigung:
Code:
<?
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>
<%appSandboxKeys%>
<key>
com.apple.security.device.bluetooth</key>
<true/>
</dict>
</plist>