Where can I change the value of ${PRODUCT_NAME} ${EXECUTABLE_NAME} Which are in my pList?
I iphoneGuy macrumors member Original poster Oct 26, 2007 45 0 [[NSLocation alloc] initWithCity: Chicago] Apr 11, 2008 #1 Where can I change the value of ${PRODUCT_NAME} ${EXECUTABLE_NAME} Which are in my pList?
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Apr 12, 2008 #2 Get Info on your project's target, then go to the Build tab. PRODUCT_NAME shows up as Product Name under Packaging, and I'm pretty sure by default EXECUTABLE_NAME = PRODUCT_NAME.
Get Info on your project's target, then go to the Build tab. PRODUCT_NAME shows up as Product Name under Packaging, and I'm pretty sure by default EXECUTABLE_NAME = PRODUCT_NAME.
I iphoneGuy macrumors member Original poster Oct 26, 2007 45 0 [[NSLocation alloc] initWithCity: Chicago] Apr 12, 2008 #3 But where do these variables come from?
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Apr 12, 2008 #4 The magic unicorn in the sky. But seriously, they are just environmental variables Xcode sets. Search developer.apple.com for more info.
The magic unicorn in the sky. But seriously, they are just environmental variables Xcode sets. Search developer.apple.com for more info.