I don't have time to go much into this before I go off for the holiday, but one thing:
On Wed, Nov 26, 2008 at 5:26 PM, Graham Cox <[EMAIL PROTECTED]> wrote: > For images from a file, I am thinking I can copy the > original file into my package and simply archive a relative path to it. If you create an image with -initByReferencingURL:, the URL is all it will archive. The 'reference' here means that the app is permitted to assume image remains accessible at the URL. If you use initWithContentsOfURL:, the app is contractually obligated to read the data in immediately and no longer go back to the URL. -Ken _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]