forked from jpm/etPanKit
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Robert Widmann edited this page May 15, 2013
·
2 revisions
These steps apply only to Xcode 4.
- `cd` into the directory you cloned etPanKit to, then cd into `./Scripts`.
- run `sh ./prepare.sh`.
- cd into `Externals/libetpan`.
- run `sh ./autogen.sh`. Be sure to follow its instructions, as it is a multi-step process.
- Drag EtPanKit.xcodeproj into your Xcode project as a subproject.
- Click the name of you project in the Project Navigator, then click the “Summary” tab.
- Click the plus button under the frameworks list, select EtPanKit.framework, then click “Add.”
- Click on your project in the Project Navigator.
- Click your target in the project editor.
- Click on the Build Phases tab.
- Click the Add Build Phase button at the bottom and choose Add Copy Files.
- Click the disclosure triangle next to the new build phase.
- Choose Frameworks from the Destination list.
- Click the plus button below the list.
- Select EtPanKit.framework from the dialog to add it to the list in the new Copy Files phase.