mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 05:40:27 +08:00
支持用C++版本注入激活20.4.1。
cd NativeInject 双击Start!.command
This commit is contained in:
@@ -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
16
tool/VM.entitlements
Normal 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>
|
||||
Reference in New Issue
Block a user