My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Purpose

To provide a clean and code oriented solution to getting and making use of reusable Cocoa code, or 'Pieces'.

Guidelines

How to Use the Framework.

Or, How to Use Other Peoples Stuff

Compile the project in the MoreCocoa dir, and add it to your project. Suggest using svn externals so that the framework is always kept up to date in your own project. If binary bloat is a concern, then perhaps when you release, remove the framework and just add the files you ended up using.

Browsing Pieces

Build and run the project in the CocoaBrowser dir then double click on any item that looks interesting in the Pieces Browser.

How to Contribute

Or, How to Add Your Own Stuff

Put the files containing your reusable code into the MoreCocoa dir, and add them to the project file therein, following the conventions within the file to keep it neat.

Then optionally add the files to the CocoaBrowser project, within that dir, by reference, and add any supporting nib and controller objects needed so that the CocoaBrowser app, when run, can load the nib and give a demonstration of your object.

Make sure you accredit your own and other people's work.

Details

  • Obj-C 2.0 OK.
  • Garbage collection supported (-fobjc-gc), so make sure all code is ready for this (ie, we need retains, releases).
  • For projects targeted at OS X 10.5 (although could make another target within the framework with other configs).
  • Aim is to maintain a separate application (CocoaBrowser) for showcasing each piece available in the framework.
Powered by Google Project Hosting