Skip to content

Commit

Permalink
Project: Remove provisioning_profiles attributes from command-line to…
Browse files Browse the repository at this point in the history
…ol rules (#1247)
  • Loading branch information
russellhancox authored Nov 30, 2023
1 parent 2b5d557 commit 65c6602
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Source/santabundleservice/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ macos_command_line_application(
],
infoplists = ["Info.plist"],
minimum_os_version = "11.0",
provisioning_profile = select({
"//:adhoc_build": None,
"//conditions:default": "//profiles:santa_dev",
}),
version = "//:version",
visibility = ["//:santa_package_group"],
deps = [":santabs_lib"],
Expand Down
4 changes: 0 additions & 4 deletions Source/santactl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ macos_command_line_application(
],
infoplists = ["Info.plist"],
minimum_os_version = "11.0",
provisioning_profile = select({
"//:adhoc_build": None,
"//conditions:default": "//profiles:santa_dev",
}),
version = "//:version",
deps = [":santactl_lib"],
)
Expand Down
4 changes: 0 additions & 4 deletions Source/santametricservice/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ macos_command_line_application(
],
infoplists = ["Info.plist"],
minimum_os_version = "11.0",
provisioning_profile = select({
"//:adhoc_build": None,
"//conditions:default": "//profiles:santa_dev",
}),
version = "//:version",
visibility = ["//:santa_package_group"],
deps = [
Expand Down
4 changes: 0 additions & 4 deletions Source/santasyncservice/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ macos_command_line_application(
],
infoplists = ["Info.plist"],
minimum_os_version = "11.0",
provisioning_profile = select({
"//:adhoc_build": None,
"//conditions:default": "//profiles:santa_dev",
}),
version = "//:version",
visibility = ["//:santa_package_group"],
deps = [":santass_lib"],
Expand Down

0 comments on commit 65c6602

Please sign in to comment.