How to pick which architecture to launch?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Organization: Rogue Research Hi all, If I have an obese binary (4 way), is there a way I can pick which architecture to launch? For example, with Xcode, if I build an OCUnit test, it runs the test under as many architectures as the host machine allows. I'd like to do something similar with my own custom automated testing. I build my executable as obese, then I'd like to launch it 3 times: as i386, as x86_64, as ppc (in Rosetta). I am aware of LSArchitecturePriority and similar Info.plist keys but that would mean changing my executable, which I'd really rather not do. I want to test the executable as is. Thanks, -- ____________________________________________________________ Sean McBride, B. Eng sean@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Sean McBride