> On Oct 11, 2015, at 20:52, Adam R. Maxwell <amaxw...@mac.com> wrote:
> 
> 
>> On Oct 11, 2015, at 01:40 , Christiaan Hofman <cmhof...@gmail.com 
>> <mailto: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.

It does not need this for compilation, apart from stupid warnings and the 
open-ssl error I have no problems compiling with Xcode 7.0.1. But perhaps it 
will be needed to have BibDesk work fully on 10.11. I haven’t seen any reports 
to that effect though. It may give problems with the updater, as we cannot 
retroactively add this before updating.

> 
>> 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
> 


Yea, I did the HAVE_OPENSSL_H=0 for now. At least it compiles, I did not check 
whether zoom servers work yet.

Looking in the code, it seems they just use open-ssl when the server 
communicates through the ssl: protocol, at least that’s in the part where they 
create a connection. So the effect may be limited.

Christiaan

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

Reply via email to