> On 8 Nov 2018, at 15:14, Adam R. Maxwell <amaxw...@mac.com> wrote:
> 
> 
> 
>> On Nov 8, 2018, at 02:46 , Christiaan Hofman <cmhof...@gmail.com> wrote:
>> 
>> Why didn't it work now? Any relevant changes shouldn't be active when using 
>> an older SDK. 
> 
> It looks like NSPasteboardType doesn't exist in the SDK.
> 
> /Volumes/Local/Users/amaxwell/build/bibdesk-clean/BDSKPersonController.m:503:93:
>  error: expected a type
> - (void)pasteboard:(NSPasteboard *)pboard item:(NSPasteboardItem *)item 
> provideDataForType:(NSPasteboardType)type {
>    


I get really annoyed by Apple defining a separate type for everything. And then 
their docs don’t even say WHEN they defined that type, they just lie about it. 
And then the compiler complains when you don’t use that type because your older 
system does not support it. Of course the header says that the NSPasteboardType 
was defined on 10.6+, that’s just a lie.

Christiaan

_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to