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: Markus Hitter <email@hidden>
- Date: Thu, 2 Nov 2006 18:30:43 +0100
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:
This email sent to email@hidden