[swfmill] [help needed] release script for OSX universal binaries

Dan Shryock dan.shryock at gmail.com
Fri Aug 25 12:18:21 EDT 2006


Actually it looks like I am wrong, according to this page:

http://developer.apple.com/documentation/MacOSX/Conceptual/universal_binary/universal_binary_compiling/chapter_2_section_7.html#//apple_ref/doc/uid/TP40002217-CH206-240191

you can specify two different arch flags to gcc 4.0 like the following:
-arch ppc -arch i386

Sorry if I caused any confusion.

Dan



On 8/25/06, Dan Shryock <dan.shryock at gmail.com> wrote:
>
> If I recall correctly, a universal binary isn't actually a single file, it is multiple executable files stored in side of an app bundle under Contents/MacOS/ and then referenced in the Contents/Info.plist.  I think the first place to look is at the format of  Info.plist for app bundles, that should tell you some info on what meta is needed to consider something a universal binary.  Oh, and if that is the case, it would almost be pointless becase an app bundle is specifically for when an application has a gui, which would mean there is no point for swfmill.  Hope this helps.
>
>
> Dan
>
>
>
> On 8/25/06, Mark Winterhalder <mark13 at gmail.com> wrote:
> >  On 8/25/06, Steve Webster <spjwebster at gmail.com> wrote:
> > > My new employer have blessed me with a new Intel MacBook Pro (dodgy,
> > > explosive battery included free of charge) so I can take a look at
> > > trying to get an intel build out.
> >
> > Our designer just had his MBP recalled from the vendor, for a new
> > motherboard due to unspecified reasons. His battery isn't one of the
> > affected ones, though.
> >
> >  > As for how universal binaries are produced I have no idea; it can't
> > > possibly be as simple as passing an extra --arch switch to gcc, as
> > > suggested by the top few results in google.
> >
> > I tried your new employer's search engine (for once, normally I go
> > with the market leader because I already know their search operators)
> > and a link brought me here:
> > < http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_section_3.html>
> >
> > Congrats for the new job!
> >
> > Mark
> >
> > _______________________________________________
> > swfmill mailing list
> > swfmill at osflash.org
> > http://osflash.org/mailman/listinfo/swfmill_osflash.org
> >
>
>



More information about the swfmill mailing list