Page "MacPortsFramework" was changed by egall@gwmail.gwu.edu Diff URL: <https://trac.macports.org/wiki/MacPortsFramework?action=diff&version=4> Revision 4 Comment: minor formatting and wording Changes: -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: MacPortsFramework ========================================================================= --- MacPortsFramework (version: 3) +++ MacPortsFramework (version: 4) @@ -1,17 +1,20 @@ The ''MacPorts Framework'' is a Cocoa Framework built around the MacPorts Tcl-based API. The goal of the Framework is to provide a responsive and fully-featured API to MacPorts for Cocoa developers with an emphasis on responsiveness for GUI developers. -== Source Code == +== Source Code == #sourcecode The source code for the Framework currently resides in source:contrib/MacPorts_Framework and can be checked out in subversion. -== Installing == -The Framework can be installed by installing the port MacPorts_Framework. Please note that since the Framework is still in early development, it changes rapidly without version changes. You may want to uninstall, clean, and reinstall the port on a regular basis if you are experimenting with it. +== Installing == #installing +The Framework can be installed by installing the port MacPorts_Framework. Please note that since the Framework is still in development, developers might sometimes change it without also updating the version. You may want to uninstall, clean, and reinstall the port on a regular basis if you are experimenting with it. -== Using == +== Using == #using 1. Add this Framework to your project in XCode the same way you would add any other Framework. - 1. Add #import <MacPorts/MacPorts.h> to your header files - 1. plug away! + 2. Add {{{#import <MacPorts/MacPorts.h>}}} to your header files + 3. Plug away! -== Classes == +== Classes == #classes +{{{#!comment +TODO: Make sure all classes are listed here, actually have pages for them, and are fully documented. +}}} * [wiki:MacPortsFramework/MPIndex MPIndex] * [wiki:MacPortsFramework/MPInterpreter MPInterpreter] * [wiki:MacPortsFramework/MPMacPorts MPMacPorts] -------8<------8<------8<------8<------8<------8<------8<------8<-------- -- Page URL: <https://trac.macports.org/wiki/MacPortsFramework> MacPorts <http://www.macports.org/> Ports system for OS X This is an automated message. Someone added your email address to be notified of changes on 'MacPortsFramework' page. If it was not you, please report to .
participants (1)
-
MacPorts