Re: [Pyobjc-dev] Moving from XCode to py2app: xib trouble
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-05-21 09:36:57
|
On Wednesday, May 21, 2008, at 09:48AM, "Orestis Markou" <or...@or...> wrote: >I guess so, but I can't sent my project to anyone that doesn't have >Dev Tools installed. > >I don't really care - using IB is so nice that I doubt that anyone >would do Cocoa GUI development without it. Furthermore de developer tools are a free download (and included on the OSX DVD). py2app already calls developer tools when you're using CoreData model definitions, and IMHO is should call ibtool to do the xib->nib conversion of you. BTW. If anyone has too much free time: it would be very useful to reverse engineer how Xcode communicates with Interface Builder, I'd love to use the automatic detection of classes/outlets when I'm using some other editor as Xcode isn't that useful for doing python development. I currently use a dummy Xcode project just for the Xcode/IB integration, and that's lame. Ronald >-- >Orestis Markou >or...@or... >http://orestis.gr/ > > > > >On 21 ??? 2008, at 1:06 ??, Greg Ewing wrote: > >> Orestis Markou wrote: >>> Isn't it perhaps better to have py2app invoke ibtool (as proposed by >>> Nicholas Riley), or do we not want to introduce a dependency to the >>> Developer Tools ? >> >> If you have a .xib file, doesn't that more or less imply >> that you have the developer tools to create it in the >> first place? >> >> -- >> Greg >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Pyobjc-dev mailing list >> Pyo...@li... >> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2008. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >Pyobjc-dev mailing list >Pyo...@li... >https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > |