> On Mar 12, 2019, at 08:41 , Christiaan Hofman <cmhof...@gmail.com> wrote:
> Somehow the nightly build still did not appear.

Looks like there are a bunch of these in Sparkle.

    if (@available(macOS 10.8, *)) {
        ^
/Volumes/Local/Users/amaxwell/build/bibdesk-clean/vendorsrc/andymatuschak/Sparkle/Sparkle/SPUURLRequest.m:76:31:
 warning: 'decodeObjectOfClass:forKey:' is partial: introduced in macOS 10.8 
[-Wpartial-availability]
        NSURL *url = [decoder decodeObjectOfClass:[NSURL class] 
forKey:SPUURLRequestURLKey];


$ find . -type f -name "*.m" |xargs grep @available
./Sparkle/Sparkle/SPUURLRequest.m:    if (@available(macOS 10.8, *)) {
./Sparkle/Sparkle/SUUpdateAlert.m:    if (@available(macOS 10.14, *)) {
./Sparkle/Sparkle/SUUpdateAlert.m:    if (@available(macOS 10.14, *))
./Sparkle/Sparkle/SUUpdateAlert.m:    if (@available(macOS 10.14, *))
./Sparkle/Sparkle/SUUpdater.m:        if (@available(macOS 10.9, *)) {
_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to