add Entitlements for File Access (read-only)

This commit is contained in:
Moustapha Kodjo Amadou 2025-05-20 17:45:09 +01:00
parent 45715cf488
commit 0f333848cd
2 changed files with 4 additions and 0 deletions

View file

@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>

View file

@ -7,6 +7,8 @@
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<true/>
</dict>
</plist>