Files
LockInBroMobile/LockInBroMonitor/LockInBroMonitor.entitlements
pulipakaa24 cc353e37ae Initial commit
Whisper model weights excluded from git — auto-downloaded at first Xcode
build via Scripts/download_whisper_model.sh (~600 MB, one-time).
2026-04-01 15:52:27 -05:00

13 lines
365 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.developer.family-controls</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.adipu.LockInBroMobile</string>
</array>
</dict>
</plist>