Skip to content

Commit

Permalink
Add provisioningprofile for santactl so that it's properly signed (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Oct 1, 2021
1 parent 023f96f commit 2611b55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Source/santactl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ macos_command_line_application(
"--force",
"--options library,kill,runtime",
],
provisioning_profile = select({
"//:ci_build": None,
"//conditions:default": "Santa_Dev.provisionprofile",
}),
version = "//:version",
visibility = ["//:santa_package_group"],
deps = [":santactl_lib"],
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl",
git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
commit = "0a2c39c0209087e39818c16908c545d744a2e0ca", # tag = "0.31.3",
commit = "a2deaf0e557edaad295533d1b21aa88ce1f0227d", # Latest commit that fixes https://github.com/google/santa/issues/595
)

load("@build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies")
Expand Down

0 comments on commit 2611b55

Please sign in to comment.