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: Laurence Harris <email@hidden>
- Date: Fri, 3 Nov 2006 11:26:44 -0500
On Nov 3, 2006, at 6:22 AM, leenoori wrote:
And with code signing in Leopard you risk seriously breaking things
if you touch stuff inside a bundle. See Perry's posts in the apple-
cdsa list archives for more hints about what code signing does (at
this stage they're just hints, not much publicly available info yet).
I take it I can find more detailed information if I can ever get
Leopard installed (I'm having a problem with it at the moment)?
El 2/11/2006, a las 23:53, John Mikros escribió:
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?
My original issue was with unused language resources, and as I
understand it, it shouldn't affect my ability to run an application
in English if I remove the Korean .lproj folder. Apple already
provides access from the Finder for disabling languages, so removing
them shouldn't cause any problems. If it did I'd complain to the
developer.
Larry
-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
_______________________________________________
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