mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-18 03:40:23 +01:00
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"name": "background-downloader",
|
|
"version": "1.0.0",
|
|
"platforms": ["ios"],
|
|
"ios": {
|
|
"modules": ["BackgroundDownloaderModule"],
|
|
"appDelegateSubscribers": ["BackgroundDownloaderAppDelegate"]
|
|
}
|
|
}
|