Re: Proper way to initialize application support file
Re: Proper way to initialize application support file
- Subject: Re: Proper way to initialize application support file
- From: Kyle Sluder <email@hidden>
- Date: Wed, 17 Feb 2010 13:41:44 -0800
On Wed, Feb 17, 2010 at 1:25 PM, Steven Degutis
<email@hidden> wrote:
> Apple's docs explicitly say that this folder should only contain files that
> are *not* necessary for the app to function normally. Files that are
> necessary should be inside your app bundle, usually.
As has been covered before, I believe you are misinterpreting the documentation.
The documentation is advising you against putting frameworks, static
libraries, resources, or other pieces of what could rightly be
considered your app bundle inside your App Support directory. Plugins,
licenses, and other non-integral yet critical portions of your app
belong in App Support.
Library/Caches is for stuff that could be blown away at any moment.
--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