According to http://developer.apple.com/releasenotes/GraphicsImaging/RN-CoreImage/index.html the CILinearGradient should only be reversed on 10.5 if the app was linked on 10.5. Were gradients reversed on Skim on 10.5 when it was compiled on 10.4? That's probably worth checking before release.
Types are also pretty broken if we override NSDocumentController methods and use LSItemContentTypes in the Info.plist (but I think that's only when linking against the 10.5 SDK). I have some hacks in BD to work around that, but the export stuff for templates still doesn't work. The easy solution is to remove the UTI from the plist and just use extensions. Alternately, we can use the new export key NSExportableTypes for Info.plist that accepts a UTI, and then declare a UTI for each of the types we can export. Any thoughts? The main problem now is for people compiling on 10.5, since the trunk version won't open or save files. The branch will work. -- adam ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bibdesk-develop mailing list Bibdesk-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-develop