I have created a plist file for my App. 2 questions:
1) If I have added the plist file to the Xcode project, will the file get automatically bundled and distributed with the App?
2) The Simulator always seems to ‘locate’ the file upon startup. Even if I manually remove the file from the App’s root folder. This is where the Simulator is looking for the file:
/Users/Joe/Library/Application Support/iPhone Simulator/5.0/Applications/28C13BB3-xxxx....
Where should my plist file be located?
1) Yes. If Xcode project lists the file, it will be automatically bundled and distributed.
2) You can place your plist file anywhere under the top level project folder. Everything under your top level folder is your project bundle.
What do you mean when you say you remove the file from app’s root folder ?