Re: Build Settings for Release: App/Library is bloated
Re: Build Settings for Release: App/Library is bloated
- Subject: Re: Build Settings for Release: App/Library is bloated
- From: Kyle Sluder <email@hidden>
- Date: Sun, 12 Apr 2009 13:30:36 -0700
On Sun, Apr 12, 2009 at 1:19 PM, Miles <email@hidden> wrote:
> In the meantime if you have a good link handy about how to do this I would
> appreciate it.
If you put something in the Resources directory of the app bundle, you
can use NSBundle's -pathForResource:ofType: and related methods to get
their paths. Since you're working on iPhone, you need to be conscious
of the tradeoffs of compressing resources on-disk (and taking the
processor time to decompress them, either at startup or on load)
versus leaving them uncompressed (and consequently consuming more disk
space). Making them static arrays, however, is probably not a good
idea.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden