feat: add infoPlist configuration for macOS build

This commit is contained in:
Tunglies
2025-11-14 16:50:18 +08:00
parent 4e800d165b
commit e41f910063
3 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
### 🐞 修复问题
- Linux 无法切换 TUN 堆栈
- macOS service 启动项显示名称(试验性修改)
<details>
<summary><strong> ✨ 新增功能 </strong></summary>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AssociatedBundleIdentifiers</key>
<array>
<string>io.github.clash-verge-rev.clash-verge-rev.service</string>
</array>
</dict>
</plist>

View File

@@ -28,7 +28,8 @@
"x": 200,
"y": 180
}
}
},
"infoPlist": "packages/macos/info_merge.plist"
}
}
}