Re: what are the disadvantages in keeping libraries and input files inside app bundle
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=qNTm3AcEgKENxVmsreCa5NeWfIvnINbhCwe4+pHmtXM=; b=Ej7L3MTkD6QXhODPBQn36vldvWgHmaBFo/tgnH1NPhdk6AR0HOcHCQrO8RXVMExhfN Azex3ZRE4ZLTlNl3jAHTtxeotnm11QuKRiYfcvlS94um2D9Bv1jt1PF6Qi8GYGBN9Hwf Vf2LddZ8K/eqG5Fawqx7g0D+YeEZPg5YX9mrw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=XlrR6fNUBPsqT1S8WFa4QTHynIRMd+RVJoe2iuPKJut5AolhAVTC1SBgkVg35IGmX4 B6gsC0M6lTOwuFD7v2UGl2MbRrbxAtCiBjWP2U2RxOzD6fk1Ilyo9vM/BnZGOu9wZJFh /qBSUsq8zQUetYJm3pMEwosn3MiT2C1XnGKgs= /usr/local/lib is intended for command line tools. Not for applications with a UI. On Feb 1, 2011, at 7:05 AM, Paul M wrote:
On 29/01/2011, at 2:08 AM, Dave Carrigan wrote:
This is the preferred method of deployment. Experienced Mac users hate it when an installation scatters crud all over the filesystem. You should especially not be polluting /usr/local/lib.
The sole reason for the existance of /usr/local/lib is to hold libraries used by user installed apps.
Dave Carrigan Seattle, WA
On Jan 28, 2011, at 2:56 AM, "Abhijeet Singh" <abhi_707@in.com> wrote:
Hi,I have number of static and dynamic libraries in my application. At present i have kept all the libraries in "\usr\local\lib" folder. I was wondering whether it would be a good idea to keep all these libraries inside the application bundle itself? Similarly there are number of input files that my application uses. At present these files are kept in "Library/Application Support/MyApp" folder. These files also be kept inside the bundle.The advantage with this approach is I dont need to create different directories on target machine at the time of deployment since all the user data is inside the app bundle itself.What could be the major disadvantages of this approach?Thanks & Regards AbhijeetDear cocoadev ! Get Yourself a cool, short @in.com Email ID now! _______________________________________________
paulm
_______________________________________________
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/jjoyce%40apple.com
This email sent to jjoyce@apple.com
_______________________________________________ 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/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
John Joyce