diff --git a/NativeInject/InjectLib b/NativeInject/InjectLib index eb32b7c..6c5a062 100755 Binary files a/NativeInject/InjectLib and b/NativeInject/InjectLib differ diff --git a/config.json b/config.json index cf3b588..d1d609f 100644 --- a/config.json +++ b/config.json @@ -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" }, { diff --git a/tool/CoreInject.dylib b/tool/CoreInject.dylib index d7b9efa..c40e9e0 100755 Binary files a/tool/CoreInject.dylib and b/tool/CoreInject.dylib differ