Files
streamyfin/modules/background-downloader/expo-module.config.json
2025-10-02 20:12:02 +02:00

9 lines
166 B
JSON

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