MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj
Feature Request: Make `extension_host` in `xcschemes` API optional
Open
Nobody has claimed this yet.
feature request
- Dominant language
- Swift
- Stars
- 626
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
Most projects don't embed the same app extension in multiple apps. We should make extension_host optional, and only when it's ambiguous throw an error or possibly make a deterministic default choice (possibly with a warning).
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
Start by locating the xcschemes API and its current extension_host handling, then inspect callers that provide this value. Done means projects with a single possible extension host no longer require extension_host, while ambiguous cases have an explicitly selected error or deterministic default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100