Hacker News new | ask | show | jobs
by yusefnapora 5187 days ago
Nope. The assets are part of the app bundle, which can't be modified. Doing so would break the code signature (DRM).
1 comments

That is unfortunate.

I see people suggesting going with SVG or resizing a high resolution image, but there was a good post not long ago about the problem with SVG and blindly resizing. You really need your images tweaked on a per-size basis.

I can imagine you can get away with automatically resizing iPad HD -> iPad, but going down to the relatively tiny sizes for the smaller screens would be a bad idea IMO.