Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information