mirror of
https://github.com/leinelissen/jellyfin-audio-player.git
synced 2026-09-02 21:03:11 +03:00
* feat: base carplay * fix: android auto * fix: directly reference redux store * feat: icons instead of buttons * fix: implement viewfactory so carplay app can start without phone app * fix: mvoe react-native-auto-play to stable version
9 lines
243 B
XML
9 lines
243 B
XML
<?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>com.apple.developer.carplay-audio</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|