2025-12-26 11:42:02 -07:00
|
|
|
<?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>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.security.network.server</key>
|
|
|
|
|
<true/>
|
2026-01-02 15:32:46 -07:00
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
|
<true/>
|
2026-01-02 14:22:39 -07:00
|
|
|
<key>com.apple.security.device.bluetooth</key>
|
|
|
|
|
<true/>
|
2026-03-02 19:21:06 -08:00
|
|
|
<key>com.apple.security.device.usb</key>
|
|
|
|
|
<true/>
|
2026-03-07 13:10:42 -07:00
|
|
|
<!-- USB serial ports (/dev/cu.* and /dev/tty.*) for LoRa device communication -->
|
2026-03-02 19:21:06 -08:00
|
|
|
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
|
|
|
|
|
<array>
|
2026-03-07 13:10:42 -07:00
|
|
|
<string>/dev/cu.</string>
|
|
|
|
|
<string>/dev/tty.</string>
|
2026-03-02 19:21:06 -08:00
|
|
|
</array>
|
2026-01-19 20:56:07 -07:00
|
|
|
<key>com.apple.security.device.camera</key>
|
|
|
|
|
<true/>
|
2025-12-26 11:42:02 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|