Re: nib resources
Re: nib resources
- Subject: Re: nib resources
- From: David Young <email@hidden>
- Date: Tue, 23 Aug 2005 15:53:57 -0700
Just use a shell script build phase:
find "$TARGET_BUILD_DIR" -name info.nib -delete
find "$TARGET_BUILD_DIR" -name classes.nib -delete
($0.02)
--dave
On Aug 23, 2005, at 3:39 PM, John Mikros wrote:
both
On Aug 23, 2005, at 3:42 PM, Sailesh Agrawal wrote:
John Mikros wrote:
Hello All,
How do I get Xcode to not copy classes.nib and info.nib inside my
nib bundles into the final built app?
It seems like Deployment Postprocessing should do this, but it
does not.
I can have a little perl script to do this, but if Xcode can just
do it, I'd prefer that.
My first reaction was that you classes.nib and info.nib are
required. But I tried it with Calculator.app and it still ran fine
after I removed those files. So I guess it's not strictly
required. Also, I noticed that once those files were deleted
Claculator.nib could no longer be edited in Interface Builder.
Are you doing this purely to lower the size of your application or
to make sure users didn't edit the interface?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden