bazel-xcode / bazel-xcode/xchammer

Entitlements dependency in rules_apple is no longer public (rules_apple 0.13.0)

Open
#154 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.