NICOLAS SERIOT It seems that version 0.5.2 doesn't work on several PPC machines. The binary is actually compiled for both architectures (proof below). Moreover, I tested version 0.5.2 successfully on a MacMini with PowerPC. I'll release a new version quite soon and I hope it will fix the problem. $ curl -O http://cocoaslideshow.googlecode.com/files/CocoaSlideShow_0_5_2.app.zip $ unzip CocoaSlideShow_0_5_2.app.zip $ file CocoaSlideShow.app/Contents/MacOS/CocoaSlideShow [...]/CocoaSlideShow: Mach-O universal binary with 2 architectures [...]/CocoaSlideShow (for architecture ppc): Mach-O executable ppc [...]/CocoaSlideShow (for architecture i386): Mach-O executable i386 (Version 0.5.2) |