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

Add deployment targets to the package manifest #10

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. Add deployment targets to the package manifest

    Motivation:
    
    Core components of grpc-swift v2 require API from the latest SDKs. This
    causes a proliferation of availability annotations through our API.
    Rather than doing this we can set the minimum platforms in the package
    manifest.
    
    Modifications:
    
    - Remove availability annotations
    - Set platforms in the package manifest
    
    Result:
    
    - Less boilerplate
    - Users must set platforms in their package manifest
    glbrntt committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    378823c View commit details
    Browse the repository at this point in the history