fix AirBuddy 官方版注入无效的问题。

This commit is contained in:
QiuChenly
2025-07-19 00:02:12 +08:00
parent 4bf7473579
commit e6b9d7f010
2 changed files with 7 additions and 12 deletions

View File

@@ -66,19 +66,14 @@
}, },
{ {
"packageName": "codes.rambo.AirBuddy", "packageName": "codes.rambo.AirBuddy",
"bridgeFile": "/Contents/MacOS/", "helperFile": [
"injectFile": "AirBuddy", "/Contents/Library/LaunchServices/codes.rambo.AirBuddy.Installer"
"onlysh": true,
"extraShell": "airbuddy.sh",
"autoHandleHelper": true,
"helperFile": "/Contents/Library/LaunchServices/codes.rambo.AirBuddy.Installer",
"SMExtra": "codes.rambo.AirBuddy",
"needCopyToAppDir": true,
"componentApp": [
"/Contents/Library/LoginItems/AirBuddyHelper.app"
], ],
"tccutil": [ "childApp": [
"All" {
"packageName": "codes.rambo.AirBuddyHelper",
"appBaseLocate": "/Contents/Library/LoginItems/AirBuddyHelper.app"
}
] ]
}, },
{ {

Binary file not shown.