Refactor macOS signing command to remove Firefox condition from entitlements

This commit is contained in:
mr. M
2025-01-28 22:19:50 +01:00
parent fea9987b02
commit d32950a1b9

View File

@@ -1,8 +1,16 @@
diff --git a/tools/signing/macos/mach_commands.py b/tools/signing/macos/mach_commands.py
index a513ad723805459c194d27b42dac68e9babba468..2a19c6d263a947eae794cbce9296a0ac1271d308 100644
index a513ad723805459c194d27b42dac68e9babba468..33c4f2c81a318279a4592a2b1fc76454790e52cf 100644
--- a/tools/signing/macos/mach_commands.py
+++ b/tools/signing/macos/mach_commands.py
@@ -567,7 +567,7 @@ def sign_with_rcodesign(
@@ -37,7 +37,6 @@ from mozbuild.base import MachCommandConditions as conditions
"Release channel entitlements, but the configuration used will be the "
"Release configuration as defined in the repo working directory, not the "
"configuration from the revision of the earlier 120 build.",
- conditions=[conditions.is_firefox],
)
@CommandArgument(
"-v",
@@ -567,7 +566,7 @@ def sign_with_rcodesign(
# input path and its options are specified as standard arguments.
ctx.log(logging.INFO, "macos-sign", {}, "Signing with rcodesign")