> On Oct 11, 2015, at 01:40 , Christiaan Hofman <cmhof...@gmail.com> wrote:
> 
> 
> Unfortunately I have no clue how to do all that, and moreover I have no 
> possibility anymore to test on various versions.

I don't either, although some people on the MacTeX list might be able to help 
with that. Let me know if you want to get on the list (it's fairly low-traffic, 
aimed at the MacTeX distribution, not for TeX users).

> Also, I cannot find any SDK anymore except for 10.11 (and I’m on 10.10!) I 
> don’t know what got into Apple lately, but they don’t seem to care about 
> cross development anymore.

Yeah, no shit. I didn't realize they'd cut the other SDKs, though; that's 
unfortunate. BibDesk will probably need

        <key>NSAppTransportSecurity</key>
        <dict>
                <key>NSAllowsArbitraryLoads</key>
                <true/>
        </dict>

to compile with the 10.11 SDK.

> Do you know how much yaw uses open-ssl, and whether it can work without? 
> Somehow you can build without using it, but I don’t know how that affects the 
> product.

I have no idea; I'd assume any server using https would fail, but I'd try 
setting HAVE_OPENSSL_SSL_H=0 in Default-Build-Settings.xcconfig for yaz and see 
if it still builds and works. The alternative is using Apple's crypto stuff, 
but that would be a mess.

Adam


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

Reply via email to