Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Xcode Applications on other computers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="zahnast" data-source="post: 620223" data-attributes="member: 45734"><p><strong>xcode</strong></p><p></p><p>You can strip universal apps of their x86 or PPC code. (ie. if you want to make an app intel only or ppc only.)</p><p></p><p>To get rid of x86 code, type the following into the terminal:</p><p>ditto --rsrc --arch ppc (application).app (application)_PPC.app</p><p></p><p>To get rid of PPC code, type:</p><p>ditto --rsrc --arch x86 (application).app (application)_x86.app</p></blockquote><p></p>
[QUOTE="zahnast, post: 620223, member: 45734"] [b]xcode[/b] You can strip universal apps of their x86 or PPC code. (ie. if you want to make an app intel only or ppc only.) To get rid of x86 code, type the following into the terminal: ditto --rsrc --arch ppc (application).app (application)_PPC.app To get rid of PPC code, type: ditto --rsrc --arch x86 (application).app (application)_x86.app [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Xcode Applications on other computers
Top