MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj
Feature Request: Enhanced support for `swift_{grpc,proto}_library`
Open
Nobody has claimed this yet.
feature request
- Dominant language
- Swift
- Stars
- 626
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
- A target needs to be created for each
proto_librarythat is a transitive dependency of theswift_proto_library. A target shouldn't be made forswift_proto_libraryitself. - An external target for
@com_github_apple_swift_protobuf//:SwiftProtobufneed to be the dependency of these. - The
X.pb.swiftgenerated files need to be sources of theseproto_librarytargets. - Show generated files in Xcode: #1837
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names the swift_{grpc,proto}_library entry points but no files or tests. Start by tracing their transitive proto_library dependencies and the generated X.pb.swift files; done means implementing the three dependency/source requirements and separately addressing generated-file visibility in Xcode as described by #1837.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100