How does NSWorkspace -isFilePackageAtPath: work?

2008-06-02 Thread Daniel Dalquen
Hi all, I am working on client for online storage and the app should not download any files unless the user tells it to. Still it should recognize bundles and display them as files instead of directories. Does anybody know how the NSWorkspace method -isFilePackageAtPath: determines

weak linking of ImageKit framework

2008-03-13 Thread Daniel Dalquen
I am developing an app that should run on Tiger as well as Leopard. I want to use IKSlideshow when running on Leopard, so I wrote a class (let's call it MyDataSource) that implements the methods of IKSlideshowDataSource, which is instantiated in the method that will start the slideshow.