Download images and modify bundle?
Download images and modify bundle?
- Subject: Download images and modify bundle?
- From: sebi <email@hidden>
- Date: Fri, 2 Jul 2010 10:01:57 +0200
Hello,
When I download an image and want to keep it for further reference, I assume I have to store it in the documents directory and not in the app bundle, because otherwise I would invalidate the signature and the app wont run anymore. Is this correct?
Background: I write a catalog app that is delivered with a bunch of images already that are in some folder hierarchy in the app bundle. As the user looks through the catalog, new images are loaded from the web. I would like to store these new images in the same directory as the original ones since otherwise I would have to manage two separate image locations. If I can't store the images in the app bundle together with the others I'm reduced to two options, if I see it correctly: Duplicate the original images to the documents directory (waste of memory) or manage two image folders (administrative overhead). Does anyone have a better idea? Maybe use of file-aliases?
Thanks and regards,
Sebastian Mecklenburg
_______________________________________________
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