Python Xcode Templates

Author: Bill Bumgarner
Contact: bbum@mac.com

To use the project templates, simply copy (or link) them into the Project Templates directory used by Xcode. The Xcode templates are also included in the PyObjC installer package.

Contents

Notes

Cocoa-Python Templates

The Cocoa-Python templates all create various different kinds of Cocoa application projects. Be sure and pick the correct project type for your needs.

Cocoa-Python Application

A project created from this template is designed to implement standalone, pure-Python, applications that are compatible with Apple's build of Python as well as all other builds of python that support PyObjC.

When building the 'install' target, the resulting application wrapper will included the PyObjC module and can be launched on any stock Mac OS X 10.3 system without requiring PyObjC to be preinstalled.