Hi there, I'm developing an application which has a Settings pane, following the AppPrefs sample by Apple. If my application is named AppPrefs, this is the exact name/prompt/ title the Settings application will provide. Is there anyway to make this change? Can my executable somehow be named (for example) Application1 and my Settings named "Settings for App1"? Thanks!
|
|
Unfortuntely, nope, due to the why the settings system works. From Apple's iPhone Application Programming Guide:
|
||
|
|
|
|
Apparently it used to be possible by adding a "Title" key with a string for the name of the preferences in the Root.plist (e.g. in Mark and LaMarche '09, p311). But this no longer appears to work. I think this is a problem because the Bundle display name is sometimes a shortened version of your app to fit under the icon in the spring board. |
||
|
|
