1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-28 16:24:40 +03:00

GH-762 disable library validation

This commit is contained in:
Tae Won Ha 2020-06-23 19:48:18 +02:00
parent c4db711f83
commit d260e498ec
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 4 additions and 1 deletions

View File

@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

View File

@ -1,5 +1,6 @@
# Next
* GH-762: Bugfix: parinfer-rust dylib does not load.
* Dependencies updates:
- PureLayout/PureLayout@3.1.6
- a2/MessagePack.swift@4.0.0
@ -7,7 +8,7 @@
- eonil/FSEvents@0.1.7
- Quick/Nimble@8.1.1
# 0.33.0-???
# 0.33.0-351
* GH-799: Bugfix: VimR sometimes uses High-CPU usage for apparent reason.
* GH-775: Use the colors of the selected color scheme for the markdown preview.