[Biococoa-dev] universal framework ?

Alexander Griekspoor mekentosj at gmail.com
Sat Jul 8 18:16:27 EDT 2006


Hmm, haven't build the framework for a while (how do I do a checkout  
specifying my Bioinformatics username? I tried the simple svn  
checkout svn+ssh://bioinformatics.org/svnroot/BioCocoa  but it tries  
to login using my macosx account name instead of my bioinformatics one).
Anyway, I think we haven't made it universal though. In principle  
it's very simple. Select the BioCocoa project icon in XCode (the top  
root icon in the sources outlineview) and under the build options  
under the deployment configuration, change the architecture to "ppc  
i386" by doubleclicking the "architecture" label. Next we have to  
said the deployment target and sdk options for each platform.
You can copy paste the lines below in the same build options window  
as used above (they will end up at the bottom of the list).

MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk

This allows the ppc version to run on 10.3 or higher and the i386  
version on 10.4 and higher. Now building the framework in deployment  
configuration should result in a universal binary (you can check by  
using get info under "kind" on the framework binary (not  
the .framework folder, but the BioCocoa executable in  
BioCocoa.framework/Versions/A/BioCocoa)).
Go ahead and make these changes so we can add it to the poster ;-)
There's no use to deliver a ppc only binary, those few extra bytes is  
no problem I think and everyone should deliver universal binaries  
anyway nowadays.
Now, I should start to get my head into svn a bit more ;-)
Cheers,
Alex


On 3-jul-2006, at 14:51, Koen van der Drift wrote:

> Hi,
>
> Does anyone know if the current version of the framework is already  
> 'Universal' ? For the poster and WWDC, I think it would be a good  
> idea to make a universal framework, but I would not know how to do  
> that. What do you guys think? Should we then still have a regular  
> version as well ?
>
> If someone could point me to some instructions, I'd be happy to add  
> it to the framework and commit it to cvs.
>
>
> cheers,
>
> - Koen.
> _______________________________________________
> Biococoa-dev mailing list
> Biococoa-dev at bioinformatics.org
> https://bioinformatics.org/mailman/listinfo/biococoa-dev
>
>
> ___________________________________________________________
> $0 Web Hosting with up to 200MB web space, 1000 MB Transfer
> 10 Personalized POP and Web E-mail Accounts, and much more.
> Signup at www.doteasy.com
>

*********************************************************
                     ** Alexander Griekspoor **
*********************************************************
               The Netherlands Cancer Institute
               Department of Tumorbiology (H4)
          Plesmanlaan 121, 1066 CX, Amsterdam
                   Tel:  + 31 20 - 512 2023
                   Fax:  + 31 20 - 512 2029
                   E-mail: a.griekspoor at nki.nl
             AIM: mekentosj at mac.com
               Web: http://www.mekentosj.com

                  EnzymeX - To cut or not to cut
              http://www.mekentosj.com/enzymex

*********************************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.bioinformatics.org/pipermail/biococoa-dev/attachments/20060709/96f68534/attachment.html>


More information about the Biococoa-dev mailing list