Hi Evan, Thanks for helping out with the certificate.
1. The build works correctly for me, but that may be because I’m still on 10.10. I noticed the “Adium” target indeed still had a deployment target of 10.6, that seems to have been set directly instead of in the xcconfig. I have now fixed that in 4d835b161777. I also can’t find libcrypto in the project navigator anywhere nor any includes, so I can’t tell how it’s failing for you. Removing it does sound fine to me, I don’t think we have ever depended heavily on OpenSSL. 2. I have no idea. Does the address book integration work correctly? Thijs > On 22 mrt. 2017, at 01:59, Evan Schoenberg <e...@adium.im> wrote: > > 0. I have renewed our Apple Developer Membership. Once processed I should be > able to generate new signing certificates. > > 1. Pulling adium-1.510.3, I couldn’t compile because of a failure to link to > libcrypto. Oddly, I note that while > https://hg.adium.im/adium/rev/0a0f0222bdd4 supposedly switches to 10.7, I’m > still seeing 10.6 as the Adium target’s deployment target on a clean > checkout. > > I -removed- the dependency on libcrypto and was still able to both build and > connect via Bonjour (which I know from > https://hg.adium.im/adium/rev/297f01718b75 is using common crypto). > > I ’m confused by this and loathe to commit the seemingly strange change of > removing the libcrypto link. > > 2. I see numerous “error” warnings in the Console at run time like: > 2017-03-21 20:33:47.677001 Adium[92832:12697875] [error] warning: dynamic > accessors failed to find @property implementation for 'uniqueId' for entity > ABCDContact while resolving selector 'uniqueId' on class 'ABCDContact'. Did > you remember to declare it @dynamic or @synthesized in the @implementation ? > > A quick search on this suggests is may be related to sandboxing, and that > Contacts integration may not work if this is shown. Does anyone know anything > about it? > > -Evan > >> On Mar 21, 2017, at 6:38 PM, Robert Vehse <robertve...@fastmail.fm> wrote: >> >> Hi folks, >> >> A quick update: Thijs put in a shift earlier and we're almost there: >> https://hg.adium.im/adium/ >> >> Next, we need the certificate. Evan? :-) >> >> Cheers, >> Robbie >