mirror of
https://github.com/readest/readest.git
synced 2026-04-28 19:42:21 +00:00
refactor: unified path resolver on all platforms (#1730)
This commit is contained in:
parent
7e559c5b90
commit
288abc678c
10 changed files with 87 additions and 68 deletions
|
|
@ -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/**/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue