Changes between Version 1 and Version 2 of MacPortsFramework


Ignore:
Timestamp:
Nov 8, 2007, 10:43:59 AM (16 years ago)
Author:
rhwood@…
Comment:

List of classes and brief on using

Legend:

Unmodified
Added
Removed
Modified
  • MacPortsFramework

    v1 v2  
    66== Installing ==
    77The 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.
     8
     9== Using ==
     10 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!
     13
     14== Classes ==
     15 * [wiki:MacPortsFramework/MPIndex MPIndex]
     16 * [wiki:MacPortsFramework/MPInterpreter MPInterpreter]
     17 * [wiki:MacPortsFramework/MPMacPorts MPMacPorts]
     18 * [wiki:MacPortsFramework/MPPort MPPort]
     19 * [wiki:MacPortsFramework/MPReceipt MPReceipt]
     20 * [wiki:MacPortsFramework/MPRegistry MPRegistry]