Re: [Pyobjc-dev] Reorganization proposal
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2004-05-31 19:27:29
|
On May 31, 2004, at 11:38 AM, Bob Ippolito wrote: > Now that we can reasonably move stuff around in the repository, I > think it's time to reorganize some stuff. > > Examples: > I propose that we follow something very close to Apple's > /Developer/Examples hierarchy. The current situation is just > confusing. We also need to start using branches for examples that > don't work yet (and move the currently non-working ones away quickly). +1 > Templates: > Templates should be stored in the repository in the openable-by-xcode > format. It should be up to the distribution scripts to turn them into > something usable as a template. This just makes them much easier to > maintain. +1 The clean.py should also be renamed and will need to be modified a bit. In particular, it needs to be aware of what files are to be renamed as a part of project-from-template. Once that is in place, we should be able to create Xcode templates like the Project Builder PyObjC template that doesn't use "MyDocument" as the document name. Note that the NIB files in the template need to be saved in 10.2 text-only format as it is required to do template substitions in the NIB file (to replace MyDocument with a more useful name). b.bum |