Open
Conversation
added 5 commits
February 19, 2026 22:28
Without these, Apple's latest OSes don't want to let you send requests out.
If the machine has OpenSSL already installed, it could've just used that, but otherwise this seems like a decent way to include it?
...or if it does. This was failing silently and made it hard to see what was going wrong.
Author
|
Oh, cool, my git setup isn't verified... I'll have to look into that in the morning 😩 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Okay, so here's what I worked out:
I added OpenSSL-Universal to the pod list for MacOS so it can be included in the app bundled instead of a requirement on the user's machine. Hopefully that's okay?
BTW, I used a coding model to help me understand a lot of the Flutter and matrix stuff, so please let me know if I've missed something important or gotten something wrong. Flutter, MacOS dev, and the Matrix spec aren't my specialties at all.
Happy to rework anything or add something that needs to be fixed or anything.
It doesn't wholly work on its own, but alongside this other pull request (commetchat/matrix-dart-sdk#10) it seems to at least get the signing and decryption working.