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

[apple-nio-ssl] Update to 2.25.0, support Swift 5.8 #115

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

luncliff
Copy link
Owner

Changes

Build dynamic CNIOBoringSSL.framework then install under VCPKG_INSTALLED_DIR.

Invoke xcodebuild on Package.swift directly. Universal build without VCPKG_TARGET_ARCHITECTURE consideration.

References

Triplet Support

  • x64-osx
  • arm64-osx
  • arm64-ios
  • arm64-ios-simulator
  • x64-ios-simulator

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "apple-nio-ssl"
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff added the platform: apple Mac, iOS, Simulator label Sep 27, 2023
@luncliff luncliff self-assigned this Sep 27, 2023
@luncliff luncliff added the ci: GitHub Actions GitHub Actions (CI) configuration changes label Sep 27, 2023
@luncliff luncliff merged commit e2a60d1 into main Sep 28, 2023
20 checks passed
@luncliff luncliff deleted the port/apple-nio-ssl branch September 29, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: GitHub Actions GitHub Actions (CI) configuration changes platform: apple Mac, iOS, Simulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant