ezhes / OSXMessageProxy

An API for OSX's Messages app which provides full iMessage capabilities!
MIT License
84 stars 13 forks source link

El Capitan support #22

Closed tristanphan closed 7 years ago

tristanphan commented 7 years ago

Is there any way I could get this running on El Capitan? It worked perfectly on Sierra but it was too slow and unstable.

ezhes commented 7 years ago

Did you try? Did you get a specific error? It should work since the DB is essentially the same.

tristanphan commented 7 years ago

Yes, I have tried. First of all, the application is only for macOS 10.12 and above, so it won't launch, even with the script When I attempted to change the minimum macOS version in the Info.plist. I got it to run through the script. However, here is what I get: screen shot 2017-10-25 at 5 34 03 pm

ezhes commented 7 years ago

most of that’s just part of the script trying to collect crash logs that aren’t there.

The major bit is the Killed: 9. That’s because the app includes symbols/code which only works for >10.12. I’ll try and compile for 10.11 tonight and let you know.

tristanphan commented 7 years ago

I'm completely lost on how to try to compile this. How would I compile it for El Capitan?

ezhes commented 7 years ago

MessageProxy.zip

Let me know if it works. This is a weird dev build since I'm in the middle of a big feature but I've just disabled it so it should be okay. Haven't tested it.

tristanphan commented 7 years ago

Thank you so much! This worked perfectly. I really appreciated it.

ezhes commented 7 years ago

Can you replace the version I attached with a fresh copy downloaded from here? If you don't you won't get auto-updates in the future and that's not great.