How to convert an Info.plist file from mac os project to iphone project?

Posted by Tom Pace on Stack Overflow See other posts from Stack Overflow or by Tom Pace
Published on 2010-04-01T21:09:22Z Indexed on 2010/04/01 21:43 UTC
Read the original article Hit count: 230

Filed under:
|
|
|

I am developing an app for the iPhone OS devices, and am using a third-party engine which is not well documented but I've made great progress with it anyway.

The problem:

The engine's developer strongly urges extending from the existing template projects bundled with the engine, but the engine's Info.plist files are Mac OSX project Info.plist files.

This is an iPhone engine, and so I cannot understand why the Info.plist file is structured to take keys for Mac OS apps, but that's how it is.

I did a FileMerge comparison to ensure there was nothing within the file itself that defined its use for one OS or the other, so I guess it's defined somewhere in the project settings.

Edit -

Opening the plist file in Xcode or Property List Editor and then trying to add a key such as "Icon already includes gloss and bevel effects" will not work in this iPhone project because it is not in the list. However, "Cocoa Java Application" and others are available!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about plist