refactor: unified path resolver on all platforms (#1730)

This commit is contained in:
Huang Xin 2025-08-01 22:51:17 +08:00 committed by GitHub
parent 7e559c5b90
commit 288abc678c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 87 additions and 68 deletions

View file

@ -43,7 +43,18 @@
"identifier": "fs:allow-cache-read",
"allow": [
{
"path": "$CACHEDIR/**/*"
"path": "$APPCACHE/**/*"
},
{
"path": "/private/var/mobile/Containers/Data/Application/**/*"
}
]
},
{
"identifier": "fs:allow-cache-write",
"allow": [
{
"path": "$APPCACHE/**/*"
},
{
"path": "/private/var/mobile/Containers/Data/Application/**/*"