03-03-2009, 02:52 PM
|
#103 (permalink)
|
|
Registered Member
Join Date: Oct 2008
Location: Denver, CO
Posts: 2,121
|
Checking if the Info.plist file is text or binary is easy enough. If it's text, you will find the usual "<?xml" at the beginning. If it's binary you won't.
Do a Simulator debug build and a device debug build of your app. Now look at the Info.plist file in each corresponding build directory. It will be obvious. The Sim has a text Info.plist and the device has a binary Info.plist.
|
|
|