Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow providing custom URLSession used internally for network requests #216

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

Jeehut
Copy link
Contributor

@Jeehut Jeehut commented Dec 13, 2024

Fixes #215

Note that I also had to make a change in the logic to detect layoutDirection on macOS because it seems that NSApp is (surprisingly!) an implicitly-unwrapped Optional which caused tests to fail.

@Jeehut Jeehut requested a review from winsmith December 13, 2024 09:18
@Jeehut Jeehut merged commit b5fc168 into main Dec 13, 2024
6 checks passed
@Jeehut Jeehut deleted the feature/custom-urlsession branch December 13, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom URLSession
2 participants