支持用C++版本注入激活20.4.1。

cd NativeInject
双击Start!.command
This commit is contained in:
秋城落叶
2025-08-08 11:51:50 +08:00
parent b0c5bb1765
commit bcc8e83803
3 changed files with 22 additions and 1 deletions

View File

@@ -35,7 +35,8 @@
"20.3.0",
"20.3.1",
"20.3.2",
"20.4.0"
"20.4.0",
"20.4.1"
],
"entitlements": "VM.entitlements",
"extraShell": "cleanup_pd.sh",
@@ -43,6 +44,10 @@
{
"url": "https://download.parallels.com/desktop/v20/20.4.0-55980/ParallelsDesktop-20.4.0-55980.dmg",
"version": "20.4.0-55980"
},
{
"url": "https://download.parallels.com/desktop/v20/20.4.1-55996/ParallelsDesktop-20.4.1-55996.dmg",
"version": "20.4.1-55996"
}
],
"childApp": [

Binary file not shown.

16
tool/VM.entitlements Normal file
View File

@@ -0,0 +1,16 @@
<?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>com.apple.security.smartcard</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.hypervisor</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
</dict>
</plist>