Changes between Version 3 and Version 4 of MacPortsFramework


Ignore:
Timestamp:
Nov 1, 2013, 5:04:54 PM (10 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

minor formatting and wording

Legend:

Unmodified
Added
Removed
Modified
  • MacPortsFramework

    v3 v4  
    11The ''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.
    22
    3 == Source Code ==
     3== Source Code == #sourcecode
    44The source code for the Framework currently resides in source:contrib/MacPorts_Framework and can be checked out in subversion.
    55
    6 == Installing ==
    7 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.
     6== Installing == #installing
     7The 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.
    88
    9 == Using ==
     9== Using == #using
    1010 1. Add this Framework to your project in XCode the same way you would add any other Framework.
    11  1. Add #import <MacPorts/MacPorts.h> to your header files
    12  1. plug away!
     11 2. Add {{{#import <MacPorts/MacPorts.h>}}} to your header files
     12 3. Plug away!
    1313
    14 == Classes ==
     14== Classes == #classes
     15{{{#!comment
     16TODO: Make sure all classes are listed here, actually have pages for them, and are fully documented.
     17}}}
    1518 * [wiki:MacPortsFramework/MPIndex MPIndex]
    1619 * [wiki:MacPortsFramework/MPInterpreter MPInterpreter]