mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-12 12:01:58 +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"]
|
|
}
|
|
}
|