Re: [Pyobjc-dev] Where is bundlebuilder?
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2004-06-03 15:54:51
|
On Jun 2, 2004, at 7:54 PM, Paul Donovan wrote: > On 2 Jun 2004, at 13:38, Bob Ippolito wrote: >> Although I would recommend that you try and just use Xcode and the >> templates.. I've been doing that for a while now, which probably >> explains in part why I haven't needed to do any serious work on >> bundlebuilder2 lately :) > > I've been working the same way too recently, but now I've come to the > point where I want to start bundling up a version of my app for a few > friends to try, I'm going to have to switch the project over to using > bundlebuilder. I want to include pyobjc modules in the app bundle so > that people who don't have pyobjc installed can run it. > > I asked the list while ago about whether it was possible to make an > Xcode build rule that would make a distributable application bundle, > but didn't hear anything. What I do is I make a "Dependencies" group in the project, and I drag over folder references and pth files for PyObjC and whatever other packages and modules I used. -bob |