Re: Table View autosave question/pbdevelopment.plist question
Re: Table View autosave question/pbdevelopment.plist question
- Subject: Re: Table View autosave question/pbdevelopment.plist question
- From: Dan Bernstein <cocoa-dev%email@hidden>
- Date: Thu, 27 Feb 2003 08:42:14 +0200
The pbdevelopment.plist file is absent from installed products, which
also have the debug symbols stripped from them if you're using the
default "Deployment" build style. I don't know how to perform the
install action from within PB, but running
pbxbuild -buildstyle "Deployment" install
From your project's directory will do it. You may want to set the
DSTROOT environment variable. Otherwise stuff will get installed under
/tmp.
-- Dan
On Thursday, February 27, 2003, at 03:17 AM, Simone Manganelli wrote:
Second question: I've noticed that there is a "pbdevelopment.plist"
file in all of my built products. How do I stop this file from being
added to built products, because it shows an absolute path to the
project file that I don't want actual users of my program to see.
Any help would be much appreciated.
-- Simone Manganelli
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.