grpc / grpc-ios

gRPC for iOS
Apache License 2.0
37 stars 22 forks source link

New source layout #242

Closed HannahShiSFB closed 2 months ago

HannahShiSFB commented 2 months ago

This uses the same layout of grpc repo but only copies necessary files for ios release.

Package.swift now doesn't need to specify all source files but only directories, this should fix the xcode loading time mentioned in #236

The new source sync script also substitute the grpc repo to grpc-ios repo in podspec files.