Re: can I remove header files from built-in framework?
Re: can I remove header files from built-in framework?
- Subject: Re: can I remove header files from built-in framework?
- From: Mike Ferris <email@hidden>
- Date: Wed, 11 Dec 2002 13:44:52 -0800
You could do it easily enough with a shell script build phase that runs
only on install as part of either the app or the framework target... I
would probably put it in the application target (sometime after the
copy files phase that embeds the framework, of course).
I don't have a script handy, but it should be pretty straightforward.
Mike
Begin forwarded message:
From: matt neuburg <email@hidden>
Date: Wed Dec 11, 2002 1:06:50 PM US/Pacific
To: email@hidden
Subject: can I remove header files from built-in framework?
Now that my app is going final, I'd like to reduce its size. 300 KB of
that size is headers for a built-in framework (i.e. inside the "A"
directory there's a Headers folder, a Resources folder, and the
framework's executable). My framework is private and built-in, and it
seems to me that once the code is built and everything is linked up,
the headers must surely perform no function at all. Am I right? Is it
safe to remove them? If so, what's the best way to automate this? I
bet someone has written a script for doing this...? Thx - m.
matt neuburg, phd = email@hidden, http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart. http://www.tidbits.com/
_______________________________________________
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.