<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: universal</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>MAC OS X Tiger : Passer d'un exécutable &quot;Universal Binary&quot; à un exécutable &quot;mono-architecture&quot;</title>
        <link>http://www.posteet.com/view/556</link>
        <description>
        <![CDATA[<pre>#Utilisation de la commande lipo :
$ lipo -info input_file                                                      #Liste les architectures présentes dans un exécutable 
$ lipo input_file -remove arch -output output_file 

#Exemple :
$ cd /Application/Firefox.app/Contents/MacOS
$ sudo lipo firefox-bin -remove ppc -output firefox-bin</pre> <a href="http://www.posteet.com/tags/mac">[mac]</a>  <a href="http://www.posteet.com/tags/macosx">[macosx]</a>  <a href="http://www.posteet.com/tags/universal">[universal]</a> ]]>        </description>
        <dc:creator>albix</dc:creator>
        <pubDate>Sat, 08 Dec 2007 23:45:19 +0000</pubDate>

            <category>mac</category>
            <category>macosx</category>
            <category>universal</category>
    
    </item>


</channel>
</rss>
