Files
streamyfin/modules/background-downloader/expo-module.config.json
2025-10-03 07:07:28 +02:00

10 lines
213 B
JSON

{
"name": "background-downloader",
"version": "1.0.0",
"platforms": ["ios"],
"ios": {
"modules": ["BackgroundDownloaderModule"],
"appDelegateSubscribers": ["BackgroundDownloaderAppDelegate"]
}
}