![]() |
|
Skin for IOS - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Skin Development (/forumdisplay.php?fid=12) +--- Thread: Skin for IOS (/showthread.php?tid=92381) |
Skin for IOS - wade2462 - 2011-01-28 02:56 Well, I'm relatively new to the dev side of xbmc, and the ios project got me interested. So I have this XML so far Code: <?xml version="1.0" encoding="UTF-8"?>Now I have three questions: 1.) How will I configure the the resolutions? (I know that the screen resolution of the 4g (on their side) is 960x640): Would I just make a folder named 960x640 and put the resources in that? Would I just make a 720p folder and format my images for 720p? 2.) What would I put for the platform? 3. ) How do I make an .xbt file on windows? |