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

fix: Exclude macOS-only Keychain symbol for iOS compatibility #204

Merged
merged 1 commit into from
May 8, 2024

Commits on May 8, 2024

  1. fix: Exclude macOS-only Keychain symbol for iOS compatibility

    Inclusion of the `kSecMatchSubjectWholeString` symbol when compiling for iOS, which is not supported according to Apple's documentation, is prevented. Conditional compilation directives are added to ensure that builds targeted for iOS do not use macOS exclusive Keychain functionalities.
    
    This adjustment resolves a compilation failure encountered following an update of the 'rust-security-framework' dependency, thereby enhancing the cross-platform compatibility of the SDK.
    gezihuzi committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bf0e647 View commit details
    Browse the repository at this point in the history