Re: nib resources
Re: nib resources
- Subject: Re: nib resources
- From: John Mikros <email@hidden>
- Date: Wed, 24 Aug 2005 14:59:05 -0700
Filed. radar # 4230680
thanks
-john
On Aug 24, 2005, at 1:56 PM, Scott Tooker wrote:
I'd also file a bug asking that we do this in Xcode for you when
post processing is enabled.
Scott
On Aug 23, 2005, at 3:53 PM, David Young wrote:
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
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