Files
IQ.Pilot/tinygrad_repo/extra/usbgpu/tbgpu/installer/macOS/macOS.entitlements
2026-08-22 23:42:42 -05:00

17 lines
504 B
XML

<?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.security.app-sandbox</key>
<false/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.driverkit.userclient-access</key>
<array>
<string>org.tinygrad.tinygpu.driver2</string>
</array>
</dict>
</plist>