mirror of
https://github.com/readest/readest.git
synced 2026-04-28 11:30:48 +00:00
feat: open files with readest from file manager on iOS (#898)
This commit is contained in:
parent
6260168caa
commit
46f0e8e7f6
6 changed files with 232 additions and 15 deletions
|
|
@ -39,6 +39,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifier": "fs:allow-cache-read",
|
||||
"allow": [
|
||||
{
|
||||
"path": "$CACHEDIR/**/*"
|
||||
},
|
||||
{
|
||||
"path": "/private/var/mobile/Containers/Data/Application/**/*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue