mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 20:54:10 +00:00
a18512375b
- add tvOS target - support code signing tvOS cores by adding an argument to the code signing cores script - use NSCachesDirectory for the documents directory - add some mfi controller handling logic to set non-game controllers to the last index to avoid interfering with operation - autodetect mfi controller for apple tv on startup - added autodetect to hid joypad - added a webserver to transfer files for tvOS - xcode: clean up project, remove unused folders - remove HAVE_MATERIALUI setting for tvos build, make it use XMB as default - added retroarch app icon courtesy of @MrJs - added auto-detect of mfi controller for apple tv
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"orientation" : "landscape",
|
|
"idiom" : "tv",
|
|
"extent" : "full-screen",
|
|
"minimum-system-version" : "11.0",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"orientation" : "landscape",
|
|
"idiom" : "tv",
|
|
"extent" : "full-screen",
|
|
"minimum-system-version" : "9.0",
|
|
"scale" : "1x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"version" : 1,
|
|
"author" : "xcode"
|
|
}
|
|
} |