Re: Finding unused images in Project
Re: Finding unused images in Project
- Subject: Re: Finding unused images in Project
- From: Chris Idou <email@hidden>
- Date: Wed, 23 Sep 2009 00:28:03 -0700 (PDT)
I would think a shell command along these lines would help:
find . -name \*.xib -print0 | xargs -0 strings | grep -i png
From: Apparao Mulpuri <email@hidden>
To: email@hidden
Sent: Wednesday, 23 September, 2009 4:28:58 PM
Subject: Finding unused images in Project
Hi,
My Xcode project uses lot of
Get more done like never before with Yahoo!7 Mail.
Learn more.
_______________________________________________
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