mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
This puts the History and Favorites playlists (up to five items each) in the Top Shelf menu. In order for this to be enabled you must build it yourself and change the app identifiers for the TV app and Top Shelf extension, and add both of them to an app group.
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
<?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>NSExtension</key>
|
|
<dict>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.tv-top-shelf</string>
|
|
<key>NSExtensionPrincipalClass</key>
|
|
<string>ContentProvider</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|