From 1342da682591251d2940eff170807d5f34e083a5 Mon Sep 17 00:00:00 2001 From: "http://petefoth.myopenid.com/" Date: Mon, 14 Nov 2011 03:34:19 -0500 Subject: [PATCH] --- design/librarymacinstallerplan.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/design/librarymacinstallerplan.mdwn b/design/librarymacinstallerplan.mdwn index b687045..edb074a 100644 --- a/design/librarymacinstallerplan.mdwn +++ b/design/librarymacinstallerplan.mdwn @@ -30,7 +30,7 @@ Apple's Developer documentation (Ref. 1) states > public frameworks should be installed at the local level in /Library/Frameworks. Frameworks installed here are available to all users of the machine. -The installer will install the libraries listed below in a directory named Moonshot, a sub-directory of /Library/Frameworks on the main drive of the machine. The installer will create the Moonshot directory if it is not already present. (It may already be present because any shared libraries developed as part of the Moonshot UI / Identity Selector software will also be installed to this directory). The structure of the Moonshot directory is described below. +The installer will install the libraries listed below in a directory named Moonshot.framework, a sub-directory of /Library/Frameworks on the main drive of the machine. The installer will create the Moonshot.framework directory if it is not already present. (It may already be present because any shared libraries developed as part of the Moonshot UI / Identity Selector software will also be installed to this directory). The structure of the Moonshot directory is described below. If an installation with a lower version number is present, the new installation will be installed, and the /Versions/Current alias changed to refer to the new installation. @@ -44,8 +44,8 @@ The exact text to be used in messages displayed to the user will be specified as The appearance of the installer will not be customized to use special icons and window backgrounds. -####Structure of the Moonshot directory tree. -The Moonshot directory will have the following sub-directory structure, allowing future versions to be installed without breaking applications that rely on an earlier version: +####Structure of the Moonshot.framework directory tree. +The Moonshot.framework directory will have the following sub-directory structure, allowing future versions to be installed without breaking applications that rely on an earlier version: /Commands -> (alias to Versions/Current/bin) /Headers -> (alias to Versions/Current/include) -- 2.1.4