On Wed, Feb 17, 2010 at 1:25 PM, Steven Degutis <steven.degu...@gmail.com> 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 (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 arch...@mail-archive.com