Files
YoutubeDumper/YoutubeDumper.entitlements
Victor Fedorov fd180ccd2e first commit
2026-01-20 19:35:38 +07:00

18 lines
574 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>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.temporary-exception.files.absolute-path.read-only</key>
<array>
<string>/opt/homebrew/opt/yt-dlp/bin/yt-dlp</string>
<string>/usr/local/bin/yt-dlp</string>
</array>
</dict>
</plist>