mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-26 06:36:14 +08:00
重写底层处理协议,修正Sketch预览插件失效、Adobe产品等依赖网络验证应用无法激活的问题。
This commit is contained in:
Binary file not shown.
20
config.json
20
config.json
@@ -29,6 +29,12 @@
|
|||||||
"bridgeFile": "/Contents/Frameworks/"
|
"bridgeFile": "/Contents/Frameworks/"
|
||||||
},
|
},
|
||||||
"AppList": [
|
"AppList": [
|
||||||
|
{
|
||||||
|
"packageName": [
|
||||||
|
"com.bohemiancoding.sketch3",
|
||||||
|
"com.bohemiancoding.sketch3.appstore"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"packageName": "com.parallels.desktop.console",
|
"packageName": "com.parallels.desktop.console",
|
||||||
"supportVersion": [
|
"supportVersion": [
|
||||||
@@ -130,7 +136,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packageName": "com.macpaw.CleanMyMac5",
|
"packageName": "com.macpaw.CleanMyMac5",
|
||||||
"helperFile": [
|
"helperFile": [
|
||||||
"/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent"
|
"/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent"
|
||||||
],
|
],
|
||||||
@@ -520,15 +526,6 @@
|
|||||||
"deepSignApp": true,
|
"deepSignApp": true,
|
||||||
"injectFile": "HSCore.framework/Versions/A/HSCore"
|
"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": [
|
"packageName": [
|
||||||
"com.incrediblebee.Archiver-setapp"
|
"com.incrediblebee.Archiver-setapp"
|
||||||
@@ -953,7 +950,8 @@
|
|||||||
"needCopyToAppDir": true,
|
"needCopyToAppDir": true,
|
||||||
"deepSignApp": true,
|
"deepSignApp": true,
|
||||||
"injectFile": "ZipZap.framework/Versions/A/ZipZap"
|
"injectFile": "ZipZap.framework/Versions/A/ZipZap"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"packageName": "com.panic.Transmit"
|
"packageName": "com.panic.Transmit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user