重写底层处理协议,修正Sketch预览插件失效、Adobe产品等依赖网络验证应用无法激活的问题。

This commit is contained in:
QiuChenly
2025-09-24 22:43:25 +08:00
parent 09fa584dd5
commit 3c0f36195e
3 changed files with 9 additions and 11 deletions

Binary file not shown.

View File

@@ -29,6 +29,12 @@
"bridgeFile": "/Contents/Frameworks/"
},
"AppList": [
{
"packageName": [
"com.bohemiancoding.sketch3",
"com.bohemiancoding.sketch3.appstore"
]
},
{
"packageName": "com.parallels.desktop.console",
"supportVersion": [
@@ -130,7 +136,7 @@
]
},
{
"packageName": "com.macpaw.CleanMyMac5",
"packageName": "com.macpaw.CleanMyMac5",
"helperFile": [
"/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent"
],
@@ -520,15 +526,6 @@
"deepSignApp": true,
"injectFile": "HSCore.framework/Versions/A/HSCore"
},
{
"packageName": [
"com.bohemiancoding.sketch3",
"com.bohemiancoding.sketch3.appstore"
],
"needCopyToAppDir": true,
"deepSignApp": true,
"injectFile": "Bugsnag.framework/Versions/A/Bugsnag"
},
{
"packageName": [
"com.incrediblebee.Archiver-setapp"
@@ -953,7 +950,8 @@
"needCopyToAppDir": true,
"deepSignApp": true,
"injectFile": "ZipZap.framework/Versions/A/ZipZap"
},{
},
{
"packageName": "com.panic.Transmit"
},
{

Binary file not shown.