Re: Why are Xcode "updates" so friggin' big??
Re: Why are Xcode "updates" so friggin' big??
- Subject: Re: Why are Xcode "updates" so friggin' big??
- From: John Mikros <email@hidden>
- Date: Thu, 2 Nov 2006 14:53:23 -0800
Blindly deleting stuff out of other developers' app bundles that you
*think* is not needed is not a wise thing to do.
How do you know that you are not breaking patching for those apps,
for instance?
-john
On Nov 2, 2006, at 9:30 AM, Markus Hitter wrote:
Am 02.11.2006 um 17:54 schrieb AgentM:
You can do this after-the-fact:
http://monolingual.sourceforge.net/
... or with a small one-liner like this:
sudo find -d / -type dir -name *.lproj ! -name English.lproj ! -
name German.lproj ! -name en.lproj ! -name de.lproj | while read D;
do sudo rm -r "$D"; done
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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