From b2e9bfce107fcf31204fb20d5435de086d291079 Mon Sep 17 00:00:00 2001 From: deeplow Date: Wed, 5 Apr 2023 11:28:53 +0100 Subject: [PATCH] Update Apple account to FPF's Developer ID --- install/macos/build-app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/macos/build-app.py b/install/macos/build-app.py index 505f4f6..c2aa1f5 100755 --- a/install/macos/build-app.py +++ b/install/macos/build-app.py @@ -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")