Changes between Version 1 and Version 2 of MacPortsFramework
- Timestamp:
- Nov 8, 2007, 10:43:59 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacPortsFramework
v1 v2 6 6 == Installing == 7 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. 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]