Tagged Questions

2
votes
3answers
65 views

Three slightly different Apps from one code base

Hy there I would like to have three apps depending, which are based on the same code: MyAppDevelopment (Builds from Xcode that are deployed to the device) MyAppPreview (Beta testing) MyApp ...
0
votes
2answers
30 views

<UIPrerenderedIcon> in info.plist doesn't do anything

I'm trying to replace the Icon of an app I like and I did but iPhone (iPhone 4 32bg 4.0.1) keeps adding a black background and a gloss to my new icon! I've edited 'info.plist' on user\application*app ...
0
votes
1answer
120 views

where in an XCode project does it set “InfoPlist.strings” as the filename to use for locationalization?

where in an XCode project does it set "InfoPlist.strings" as the filename to use for locationalization? Just trying to understand how XCode pulls things together here. For example to set the app ...
0
votes
2answers
153 views

Specify iOS app installation directory

Is there a way to specify the installation directory for an iOS app? Apps should be installed in /var/mobile/Applications/app_directory so how and where can I specify this app_directory? I believe it ...
0
votes
0answers
19 views

Not getting correct option while entering data in info plist

I am working on a iPhone application and was trying to add "LSRequiresIPhoneOS" in my info plist but I am getting only "LSRequiresCarbon" option. Why is this so?