I am creating a settings bundle for an app. I only want 1 textfield, so it is a simple root.plist. I also have an image for the icon.png. I need to know what the ".lproj" directories it tells me I need are.
If it helps, here is the .plist
Root
- Title | Untitled
- Preference Specifiers
- Item1
- Type | PSTextField Specifier
- Title | Password
- Key | password
(I really dont know what Key is or what Title is)
And the link to where I am getting this information:
http://developer.apple.com/iphone/l...ApplicationSettings/chapter_13_section_4.html
Thank you for reading
EDIT: I figured it out. You need to put an empty strings file with the name of the file being Password (in my case).
Thanks for whoever read and maybe tried to help, but couldn't at the time for whatever reason.
If it helps, here is the .plist
Root
- Title | Untitled
- Preference Specifiers
- Item1
- Type | PSTextField Specifier
- Title | Password
- Key | password
(I really dont know what Key is or what Title is)
And the link to where I am getting this information:
http://developer.apple.com/iphone/l...ApplicationSettings/chapter_13_section_4.html
Thank you for reading
EDIT: I figured it out. You need to put an empty strings file with the name of the file being Password (in my case).
Thanks for whoever read and maybe tried to help, but couldn't at the time for whatever reason.