Re: Naming Products
Re: Naming Products
- Subject: Re: Naming Products
- From: Scott Tooker <email@hidden>
- Date: Mon, 23 Aug 2004 17:44:20 -0700
You'll need to set the name of the executable in the Info.plist to
'$(PRODUCT_NAME)'. The application doesn't launch since the
executable's name differs from what the Info.plist is expecting :(
And yes, we have bugs that it should be much easier to change the name
(changing it in one place should be enough and Xcode would update the
rest of the locations).
Scott
On Aug 22, 2004, at 7:56 PM, David Dunham wrote:
I'm attempting to set up an Xcode 1.5 project to build both Deployment
and Development versions of my application, under different names.
In the Project Info window, the Deployment "Product Name" entry is
"$(value)" while the Development entry is "$(value)-D". I get MyApp-D
just fine, but MyApp won't launch, because its .plist refers to
MyApp-D.
I may have done something wrong setting this up, But I don't see any
way that when I edit the .plist in the Target "MyApp" window, I can
specify different values for Executable.
Is this a limitation of Xcode, or my failure to understand build
styles?
--
David Dunham A Sharp email@hidden
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.