From 05809edc70c940f747b55a4743556372cdb30547 Mon Sep 17 00:00:00 2001 From: kollivier Date: Tue, 17 Dec 2019 15:07:49 -0800 Subject: [PATCH] Add code-signing to the build. --- project_info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project_info.json b/project_info.json index 8608768..e4aef40 100644 --- a/project_info.json +++ b/project_info.json @@ -15,5 +15,6 @@ "window_rect": "((20, 100000), (734, 550))", "app_icon_pos": "(210, 210)", "apps_icon_pos": "(520, 210)" - } + }, + "codesign": {"osx": { "identity": "Apple Distribution: Foundation for Learning Equality, Inc."}} }