* Add Device images & Reference using the Enum as a filler if the NowPlayingItem is Nil * Localize DeviceTypes.DisplayTitles * Review changes. Last potential TODO: Image: ImageResource might not be the correct format * DeviceType is needed to build tvOS * Mirror Jellyfin-Blue-Blob for SVG configuration. Use ImageResource for the Device/Client Images * Merge missing } * Don't recreate the ImageResource since it's already generated. * New webOS logo! Fix tvOS not having the new logos * use if let, implicit self * use secondary system fill for other --------- Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com>
16 lines
224 B
JSON
16 lines
224 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "html5.svg",
|
|
"idiom" : "universal"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
},
|
|
"properties" : {
|
|
"preserves-vector-representation" : true
|
|
}
|
|
}
|