mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00

* feat: playlist metadata edit support * refactor: replace file_picker with file_selector
26 lines
790 B
XML
26 lines
790 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.cs.allow-jit</key>
|
|
<true />
|
|
<key>com.apple.security.network.server</key>
|
|
<true />
|
|
<key>com.apple.security.network.client</key>
|
|
<true />
|
|
<!-- Just Audio Config -->
|
|
<!-- <key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true />
|
|
</dict> -->
|
|
<!-- Requires Certification -->
|
|
<!-- <key>keychain-access-groups</key>
|
|
<array /> -->
|
|
<!-- FilePicker -->
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true />
|
|
</dict>
|
|
</plist> |