mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00

* feat: add discord rpc support for macos, windows arm64 and linux arm64 * chore: discord rpc not clearing activity after close/setting rpc to false * chore: add migration script to move from files from macos sandbox to non-sandbox directories
18 lines
598 B
XML
18 lines
598 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.assets.music.read-write</key>
|
|
<true />
|
|
<key>com.apple.security.files.downloads.read-write</key>
|
|
<true />
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true />
|
|
<key>com.apple.security.network.client</key>
|
|
<true />
|
|
<key>com.apple.security.network.server</key>
|
|
<true />
|
|
</dict>
|
|
</plist> |