bazel-xcode / bazel-xcode/xchammer
Entitlements dependency in rules_apple is no longer public (rules_apple 0.13.0)
Open
- Dominant language
- Swift
- Stars
- 314
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Hammer.bzl currently depends on these load statements
```
load(
"@build_bazel_rules_apple//apple/bundling:entitlements.bzl",
entitlements_rule = "entitlements",
)
load(
"@build_bazel_rules_apple//apple/bundling:entitlements.bzl",
"AppleEntitlementsInfo",
)
```
These have been moved into internal rules and probably shouldn't be depended on anymore. We should revisit if our custom entitlement logic is still necessary given recent work on rules_apple
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.