• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Build Settings for Release: App/Library is bloated
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Build Settings for Release: App/Library is bloated
      • From: Miles <email@hidden>
References: 
 >Build Settings for Release: App/Library is bloated (From: Miles <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: Kyle Sluder <email@hidden>)
 >Re: Build Settings for Release: App/Library is bloated (From: Miles <email@hidden>)

  • Prev by Date: Obvious NSSegmentedControl Bug?
  • Next by Date: Re: Build Settings for Release: App/Library is bloated
  • Previous by thread: Re: Build Settings for Release: App/Library is bloated
  • Next by thread: Re: Build Settings for Release: App/Library is bloated
  • Index(es):
    • Date
    • Thread