Skip to content

Don't loading system certs from Keychain on iOS #1546

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

Merged
merged 1 commit into from
Apr 1, 2023

Conversation

jimmy-park
Copy link
Contributor

Changes in #1474 are not suitable for iOS. Its implementation is macOS only. So we need to distinguish macOS and iOS.
TargetConditionals.h defines useful macros for Apple platforms. We can target macOS only by using TARGET_OS_OSX instead of __APPLE__.

This may conflict with #1525

@yhirose yhirose merged commit e5804d4 into yhirose:master Apr 1, 2023
@yhirose
Copy link
Owner

yhirose commented Apr 1, 2023

Thanks for the improvement!

@jimmy-park jimmy-park deleted the fix-ios-build branch April 1, 2023 13:29
ExclusiveOrange pushed a commit to ExclusiveOrange/cpp-httplib-exor that referenced this pull request May 2, 2023
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.

2 participants