Hive Hive
Sign in

Place .proto files in Xcode’s Sources phase for build tool plugins

Metadata
Source
GitHub
Version
4.201.0-canary.16
Published
Jun 19, 2026 · 10:29 UTC
Repository
tuist/tuist
Update

Tuist now treats .proto files as valid source extensions, placing them in Xcode’s Sources build phase instead of routing them through resource handling. Build tool plugins that expect protobuf definitions as target sources, including the gRPC Swift protobuf generator, now see them correctly. Fixtures using .proto files with build tool plugins generate and build successfully.