FW: realbasic-nug Digest, Vol 2, Issue 71

Ruslan Zasukhin sunshine at public.kherson.ua
Wed May 12 00:53:09 CDT 2004



Claudius  already have got answer from REAL on this question.



------ Forwarded Message
From: realbasic-nug-request at lists.realsoftware.com
Reply-To: realbasic-nug at lists.realsoftware.com
Date: Tue, 11 May 2004 16:42:10 -0500 (CDT)
To: realbasic-nug at lists.realsoftware.com
Subject: realbasic-nug Digest, Vol 2, Issue 71

Message: 9
Subject: Re: Making Packages
From: "Joseph J. Strout" <joe at realsoftware.com>
Date: Tue, 11 May 2004 15:19:22 -0500

At 10:00 PM +0200 5/11/04, Claudius Sailer wrote:

>I want to make packages out of my application. What do I have to do,
>that my Application looks like a package, like other MacOS X
>Applications. Is there any description online? Any link? Or is this
>impossible with RB-Applications?

If you make a Mach-O app, then it's a package already.  If you make a
PEF app, then you have to do it yourself.  One easy way to do that is
to first make a Mach-O app, then reach into it and replace the
executable with your PEF version.  Another way is to use Thomas
Reed's AppBundler (that's from memory, hopefully I got it right!).

Finally, of course, you could just do it manually based on Apple's
docs -- it's just a little folder hierarchy with a certain structure.

Best,
- Joe

------ End of Forwarded Message



More information about the Valentina-beta mailing list