Loading...
<?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>com.apple.system-task-ports.read</key> <true/> <key>com.apple.security.cs.allow-jit</key> <true/> <!-- copied from tests/entitlements/set_exception_port.entitlement --> <key>com.apple.private.set-exception-port</key> <true/> <key>com.apple.private.amfi.can-set-exception-ports</key> <true/> </dict> </plist> |