Update Apple account to FPF's Developer ID

This commit is contained in:
deeplow 2023-04-05 11:28:53 +01:00
parent 3cd14027b1
commit b2e9bfce10
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -76,9 +76,7 @@ def sign_app_bundle(build_path, dist_path, app_path):
print("○ Code signing app bundle")
identity_name_application = (
# FIXME: Update this line with the proper developer ID, once we know what
# that is.
"Developer ID Application: FREEDOM OF THE PRESS FOUNDATION, 501(c)(3)"
"Apple Distribution: Freedom of the Press Foundation (94ZZGGGJ3W)"
)
entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")