Re: [OT?] Nib files balloon app size
Re: [OT?] Nib files balloon app size
- Subject: Re: [OT?] Nib files balloon app size
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 12 Apr 2003 02:19:06 -0700
On Friday, April 11, 2003, at 09:26 PM, Nick Zitzmann wrote:
find
"./${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/
Contents" \( -name 'classes.nib' -or -name 'info.nib' \) -type f -exec
rm -f {} \; -prune ;
Oops. I'm sorry, I just realized that won't work. This should, though:
find
"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Contents"
\( -name 'classes.nib' -or -name 'info.nib' \) -type f -exec rm -f {}
\; -prune ;
Standard disclaimer still applies (use at your own risk, etc.).
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
"Building the future and keeping the past alive are one and the same
thing." - Metal Gear Solid 2
_______________________________________________
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.