bazelbuild / bazelbuild/rules_apple
`ios_app_clip` should validate that `application-identifier` is set in entitlements
- Dominant language
- Starlark
- Stars
- 593
- Forks
- 334
- Avg merge
- 16h 48m
- Merged PRs (30d)
- 9
Description
Xcode automatically sets `application-identifier` in an App Clip's entitlements. If it's not set, then app clips fail to install because `(null)` is not a prefix of whatever `com.apple.developer.parent-application-identifiers` is set to. Ideally it should validate that `com.apple.developer.parent-application-identifiers` is set as well, and that `application-identifier` is a prefix of it.
Contributor guide
Research direction
Start at the ios_app_clip rule and its entitlements validation entry point; the issue does not name a file or test. Trace how application-identifier and com.apple.developer.parent-application-identifiers are read, then verify that missing values and an invalid prefix are rejected with focused coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- build-system, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100