Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
64 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 ...
1
vote
1answer
69 views

Don't automatically switch to the higher-end discrete GPU

As written in this Technical Q&A: By default, once your application creates an OpenGL context (by either calling OpenGL directly or an API that relies on OpenGL such as Core Animation, ...
1
vote
2answers
178 views

how to get XCode to add build date & time to Info.plist file

Finally... after a couple years of watching and a month of participating, I have a chance to ask you guys a question of my own. My boss doesn't trust me (or any process) to increment a build ...
1
vote
1answer
92 views

Cocoa and executable files

Hey, I am writing a Cocoa app for Mac OS X and I want it to be able to open executable files. That is, files with the 'execute' permission. These files usually do not have a file extension, so I don't ...
0
votes
1answer
34 views

Configuration dependant value in Info.plist file

I have three configurations in my iOS project: Debug Adhoc Release Now I want to change the name of the App as follows: MyAppDebug MyAppAdhoc MyApp (Note that this one does not have a suffix) ...
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
119 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
1answer
39 views

Custom environment variable in XCode 4 - ${CUSTOM_VAR}

Where to set my custom variable? I want to use it in info.plist file. For example: Bundle name = ${BUNDLE_NAME} Bundle identifier = com.mycompany.${BUNDLE_NAME}
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?