mirror of
https://github.com/rubickCenter/rubick
synced 2026-02-26 00:42:21 +08:00
✨ init mac codesign
This commit is contained in:
14
release/entitlements.mac.plist
Normal file
14
release/entitlements.mac.plist
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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.cs.allow-jit</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -1,3 +1,2 @@
|
||||
- 增加windows自动更新逻辑
|
||||
- 修复一些已知问题
|
||||
- 发布时间 2023-06-24
|
||||
- init mac codesign
|
||||
- 发布时间 2023-06-25
|
||||
Reference in New Issue
Block a user