• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SDK installer, desination paths
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SDK installer, desination paths


  • Subject: Re: SDK installer, desination paths
  • From: Fritz Anderson <email@hidden>
  • Date: Sun, 15 Jan 2006 11:22:55 -0600

On 13 Jan 2006, at 4:52 PM, Alex Sheh wrote:

I am creating a 3rd party SDK installer and I would like to know what the conventions are (if any) for install destination paths. The installer will be copying folders for Documentation, Headers, Examples. For ex, should these folders go under /Library/Application Support/My Company/Developer Tools/*, /Applications/My Company/SDK/*, or some other location(s)?  Thanks for your help.

It seems you are not installing an actual application, so /Applications is the wrong place.

/Library is the tree for system-wide resources, and /Library/Application Support is probably the second-best way to solve your problem.

First-best would be to organize your package into a framework, and install it in /Library/Frameworks. You don't say whether you install a library, and if you install more than one, a framework would be awkward; for zero or one libraries, the framework layout should not require any functional changes for you, and might make it more convenient to use your package. (A framework would give the compiler/linker standard places to look for the library and headers.)

Reasonable people might disagree, and prefer /Library/Application Support, particularly if the principal executable is an application, and not a library.

-- F

 --
Fritz Anderson
Consulting Programmer -- http://resume.manoverboard.org/
Step into Xcode, coming out late January -- http://six.manoverboard.org/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >SDK installer, desination paths (From: "Alex Sheh" <email@hidden>)

  • Prev by Date: Re: debug of external target
  • Next by Date: Applescripting XCode Project setup
  • Previous by thread: SDK installer, desination paths
  • Next by thread: Re: SDK installer, desination paths
  • Index(es):
    • Date
    • Thread