NuvioStreaming/iosApp/iosApp/Info.plist
2026-04-11 22:34:23 +05:30

23 lines
569 B
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.nuvio.app.auth</string>
<key>CFBundleURLSchemes</key>
<array>
<string>nuvio</string>
</array>
</dict>
</array>
<key>NSSupportsLiveActivities</key>
<true/>
</dict>
</plist>