enormego/PhotoViewer

info.plist settings to run on ipod touch

Closed this issue · 3 comments

Hi,
it seems that in order for universal apps to build for iphone, ipod touch and ipad you need the following info.plist settings:

Main nib file base name -> MainWindow-iphone
Main nib file base name (ipad) -> MainWindow-ipad

Using

Main nib file base name (iphone) -> MainWindow-iphone
Main nib file base name (ipad) -> MainWindow-ipad

doesn't allow the app to run properly on ipod touch...

The base nib name should be MainWindow, as iPhone and iPod are considered the same. iPad nib should be MainWindow-ipad.

Sorry,
what I meant specifically was that in the PhotoViewer code I downloaded yesterday, the sample project info.plist is setup such that it won't work on ipod touch - but the changes I list above fix it.

Ah OK, thanks!