mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 08:21:34 +08:00
feat: add infoPlist configuration for macOS build
This commit is contained in:
parent
4e800d165b
commit
e41f910063
@ -3,6 +3,7 @@
|
|||||||
### 🐞 修复问题
|
### 🐞 修复问题
|
||||||
|
|
||||||
- Linux 无法切换 TUN 堆栈
|
- Linux 无法切换 TUN 堆栈
|
||||||
|
- macOS service 启动项显示名称(试验性修改)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong> ✨ 新增功能 </strong></summary>
|
<summary><strong> ✨ 新增功能 </strong></summary>
|
||||||
|
|||||||
10
src-tauri/packages/macos/info_merge.plist
Normal file
10
src-tauri/packages/macos/info_merge.plist
Normal 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>
|
||||||
@ -28,7 +28,8 @@
|
|||||||
"x": 200,
|
"x": 200,
|
||||||
"y": 180
|
"y": 180
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"infoPlist": "packages/macos/info_merge.plist"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user