From faa336e2f96b93ac7e3dd7efb1e6d1c912a51abb Mon Sep 17 00:00:00 2001 From: LeeeMooo <23691333+LeeeMooo@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:55:39 +0800 Subject: [PATCH] =?UTF-8?q?add=20bob=E3=80=81rhino8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index ae6bebe..e703fbc 100644 --- a/config.json +++ b/config.json @@ -615,6 +615,19 @@ "needCopyToAppDir": true, "deepSignApp": true, "injectFile": "DevMateKit.framework/Versions/A/DevMateKit" + }, + { + "packageName": "com.hezongyidev.Bob", + "injectFile": "Bob", + "bridgeFile": "/Contents/MacOS/", + "needCopyToAppDir": true, + "deepSignApp": true + }, + { + "packageName": "com.mcneel.rhinoceros.8", + "needCopyToAppDir": true, + "deepSignApp": true, + "injectFile": "RhCore.framework/Versions/A/RhCore" } ] -} \ No newline at end of file +}