macOS アプリ ストア用にアプリをサンドボックス化する場合、リムーバブル メディア (具体的には SD カード) への読み取り/書き込みアクセスを許可することはできますか? これまでのところ、機能する資格を見つけることができませんでした。Windows ストアにはリムーバブル メディアの利用資格があるので、Apple 側で何かが欠けていることを願っています。
現在の権利の内容は次のとおりです。
現在の Entitlements ファイルには、辞書用に次のセットがあります。
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
</dict>
